public static interface AwsRdsDbInstanceEndpoint.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbInstanceEndpoint.Builder,AwsRdsDbInstanceEndpoint>
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbInstanceEndpoint.Builder |
address(String address)
Specifies the DNS address of the DB instance.
|
AwsRdsDbInstanceEndpoint.Builder |
hostedZoneId(String hostedZoneId)
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
|
AwsRdsDbInstanceEndpoint.Builder |
port(Integer port)
Specifies the port that the database engine is listening on.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRdsDbInstanceEndpoint.Builder address(String address)
Specifies the DNS address of the DB instance.
address - Specifies the DNS address of the DB instance.AwsRdsDbInstanceEndpoint.Builder port(Integer port)
Specifies the port that the database engine is listening on.
port - Specifies the port that the database engine is listening on.AwsRdsDbInstanceEndpoint.Builder hostedZoneId(String hostedZoneId)
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
hostedZoneId - Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.Copyright © 2023. All rights reserved.