Package com.amazonaws.services.rds.model
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()
boolean
Specifies 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.int
hashCode()
void
setAddress
(String address) Specifies the DNS address of the DB instance.void
setHostedZoneId
(String hostedZoneId) Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.void
Specifies 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
Specifies the DNS address of the DB instance.
- Parameters:
address
- Specifies the DNS address of the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
Specifies the port that the database engine is listening on.
- Parameters:
port
- Specifies the port that the database engine is listening on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-