Interface AwsRdsDbInstanceEndpoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRdsDbInstanceEndpoint.Builder,AwsRdsDbInstanceEndpoint>,SdkBuilder<AwsRdsDbInstanceEndpoint.Builder,AwsRdsDbInstanceEndpoint>,SdkPojo
- Enclosing class:
- AwsRdsDbInstanceEndpoint
public static interface AwsRdsDbInstanceEndpoint.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbInstanceEndpoint.Builder,AwsRdsDbInstanceEndpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRdsDbInstanceEndpoint.Builderaddress(String address)Specifies the DNS address of the DB instance.AwsRdsDbInstanceEndpoint.BuilderhostedZoneId(String hostedZoneId)Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.AwsRdsDbInstanceEndpoint.Builderport(Integer port)Specifies the port that the database engine is listening on.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
address
AwsRdsDbInstanceEndpoint.Builder address(String address)
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.
-
port
AwsRdsDbInstanceEndpoint.Builder port(Integer port)
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.
-
hostedZoneId
AwsRdsDbInstanceEndpoint.Builder hostedZoneId(String hostedZoneId)
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.
-
-