@Stability(value=Stable) public static final class CfnCluster.ClusterEndpointProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.ClusterEndpointProperty>
CfnCluster.ClusterEndpointProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.ClusterEndpointProperty |
build()
Builds the configured instance.
|
CfnCluster.ClusterEndpointProperty.Builder |
endpoint(String endpoint)
Sets the value of
CfnCluster.ClusterEndpointProperty.getEndpoint() |
CfnCluster.ClusterEndpointProperty.Builder |
region(String region)
Sets the value of
CfnCluster.ClusterEndpointProperty.getRegion() |
@Stability(value=Stable) public CfnCluster.ClusterEndpointProperty.Builder endpoint(String endpoint)
CfnCluster.ClusterEndpointProperty.getEndpoint()endpoint - A cluster endpoint.
Specify an endpoint and AWS Region when you want to set or retrieve a routing control state in the cluster.
To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions.
this@Stability(value=Stable) public CfnCluster.ClusterEndpointProperty.Builder region(String region)
CfnCluster.ClusterEndpointProperty.getRegion()region - The AWS Region for a cluster endpoint.this@Stability(value=Stable) public CfnCluster.ClusterEndpointProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.ClusterEndpointProperty>CfnCluster.ClusterEndpointPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.