Interface ClusterEndpoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterEndpoint.Builder,ClusterEndpoint>,SdkBuilder<ClusterEndpoint.Builder,ClusterEndpoint>,SdkPojo
- Enclosing class:
- ClusterEndpoint
public static interface ClusterEndpoint.Builder extends SdkPojo, CopyableBuilder<ClusterEndpoint.Builder,ClusterEndpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterEndpoint.Builderendpoint(String endpoint)A cluster endpoint.ClusterEndpoint.Builderregion(String region)The Amazon Web Services Region for a cluster endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
endpoint
ClusterEndpoint.Builder endpoint(String endpoint)
A cluster endpoint. Specify an endpoint and Amazon Web Services 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.
- Parameters:
endpoint- A cluster endpoint. Specify an endpoint and Amazon Web Services 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
ClusterEndpoint.Builder region(String region)
The Amazon Web Services Region for a cluster endpoint.
- Parameters:
region- The Amazon Web Services Region for a cluster endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-