@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 - `CfnDBInstance.EndpointProperty.Address`.this@Stability(value=Stable) public CfnDBInstance.EndpointProperty.Builder hostedZoneId(String hostedZoneId)
CfnDBInstance.EndpointProperty.getHostedZoneId()hostedZoneId - `CfnDBInstance.EndpointProperty.HostedZoneId`.this@Stability(value=Stable) public CfnDBInstance.EndpointProperty.Builder port(String port)
CfnDBInstance.EndpointProperty.getPort()port - `CfnDBInstance.EndpointProperty.Port`.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.