@Stability(value=Stable) public static final class CfnCluster.EndpointProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.EndpointProperty>
CfnCluster.EndpointProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.EndpointProperty.Builder |
address(String address)
Sets the value of
CfnCluster.EndpointProperty.getAddress() |
CfnCluster.EndpointProperty |
build()
Builds the configured instance.
|
CfnCluster.EndpointProperty.Builder |
port(Number port)
Sets the value of
CfnCluster.EndpointProperty.getPort() |
@Stability(value=Stable) public CfnCluster.EndpointProperty.Builder address(String address)
CfnCluster.EndpointProperty.getAddress()address - The DNS hostname of the node.this@Stability(value=Stable) public CfnCluster.EndpointProperty.Builder port(Number port)
CfnCluster.EndpointProperty.getPort()port - The port number that the engine is listening on.this@Stability(value=Stable) public CfnCluster.EndpointProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.EndpointProperty>CfnCluster.EndpointPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.