@Stability(value=Stable) public static final class CfnDBInstance.EndpointProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDBInstance.EndpointProperty>
CfnDBInstance.EndpointProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBInstance.EndpointProperty.Builder |
address(String address)
Sets the value of
CfnDBInstance.EndpointProperty.getAddress() |
CfnDBInstance.EndpointProperty |
build()
Builds the configured instance.
|
CfnDBInstance.EndpointProperty.Builder |
hostedZoneId(String hostedZoneId)
Sets the value of
CfnDBInstance.EndpointProperty.getHostedZoneId() |
CfnDBInstance.EndpointProperty.Builder |
port(String port)
Sets the value of
CfnDBInstance.EndpointProperty.getPort() |
@Stability(value=Stable) public CfnDBInstance.EndpointProperty.Builder address(String address)
CfnDBInstance.EndpointProperty.getAddress()address - Specifies the DNS address of the DB instance.this@Stability(value=Stable) public CfnDBInstance.EndpointProperty.Builder hostedZoneId(String hostedZoneId)
CfnDBInstance.EndpointProperty.getHostedZoneId()hostedZoneId - Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.this@Stability(value=Stable) public CfnDBInstance.EndpointProperty.Builder port(String port)
CfnDBInstance.EndpointProperty.getPort()port - Specifies the port that the database engine is listening on.this@Stability(value=Stable) public CfnDBInstance.EndpointProperty build()
build in interface software.amazon.jsii.Builder<CfnDBInstance.EndpointProperty>CfnDBInstance.EndpointPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.