public static interface Cluster.Builder extends SdkPojo, CopyableBuilder<Cluster.Builder,Cluster>
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
Cluster.Builder |
clusterEndpoints(ClusterEndpoint... clusterEndpoints)
Endpoints for a cluster.
|
Cluster.Builder |
clusterEndpoints(Collection<ClusterEndpoint> clusterEndpoints)
Endpoints for a cluster.
|
Cluster.Builder |
clusterEndpoints(Consumer<ClusterEndpoint.Builder>... clusterEndpoints)
Endpoints for a cluster.
|
Cluster.Builder |
name(String name)
The name of the cluster.
|
Cluster.Builder |
status(Status status)
Deployment status of a resource.
|
Cluster.Builder |
status(String status)
Deployment status of a resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCluster.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
clusterArn - The Amazon Resource Name (ARN) of the cluster.Cluster.Builder clusterEndpoints(Collection<ClusterEndpoint> clusterEndpoints)
Endpoints for a cluster. Specify one of these endpoints 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.
clusterEndpoints - Endpoints for a cluster. Specify one of these endpoints 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.
Cluster.Builder clusterEndpoints(ClusterEndpoint... clusterEndpoints)
Endpoints for a cluster. Specify one of these endpoints 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.
clusterEndpoints - Endpoints for a cluster. Specify one of these endpoints 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.
Cluster.Builder clusterEndpoints(Consumer<ClusterEndpoint.Builder>... clusterEndpoints)
Endpoints for a cluster. Specify one of these endpoints 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 is a convenience method that creates an instance of theClusterEndpoint.Builder avoiding
the need to create one manually via
ClusterEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #clusterEndpoints(List.
clusterEndpoints - a consumer that will call methods on
ClusterEndpoint.Builder#clusterEndpoints(java.util.Collection) Cluster.Builder name(String name)
The name of the cluster.
name - The name of the cluster.Cluster.Builder status(String status)
Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
Cluster.Builder status(Status status)
Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
Copyright © 2023. All rights reserved.