Class Endpoint
java.lang.Object
com.amazonaws.services.rds.model.Endpoint
- All Implemented Interfaces:
Serializable, Cloneable
This data type is used as a response element in the following actions:
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanSpecifies the DNS address of the DB instance.Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.getPort()Specifies the port that the database engine is listening on.inthashCode()voidsetAddress(String address) Specifies the DNS address of the DB instance.voidsetHostedZoneId(String hostedZoneId) Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.voidSpecifies the port that the database engine is listening on.toString()Returns a string representation of this object; useful for testing and debugging.withAddress(String address) Specifies the DNS address of the DB instance.withHostedZoneId(String hostedZoneId) Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.Specifies the port that the database engine is listening on.
-
Constructor Details
-
Endpoint
public Endpoint()
-
-
Method Details
-
setAddress
Specifies the DNS address of the DB instance.
- Parameters:
address- Specifies the DNS address of the DB instance.
-
getAddress
Specifies the DNS address of the DB instance.
- Returns:
- Specifies the DNS address of the DB instance.
-
withAddress
-
setPort
Specifies the port that the database engine is listening on.
- Parameters:
port- Specifies the port that the database engine is listening on.
-
getPort
Specifies the port that the database engine is listening on.
- Returns:
- Specifies the port that the database engine is listening on.
-
withPort
-
setHostedZoneId
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
- Parameters:
hostedZoneId- Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
-
getHostedZoneId
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
- Returns:
- Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
-
withHostedZoneId
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
- Parameters:
hostedZoneId- Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-