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 Cluster (Data Plane) 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 Cluster (Data Plane) 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 Cluster (Data Plane) 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 Cluster (Data Plane) 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 Cluster (Data Plane) Actions.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #clusterEndpoints(List) .clusterEndpoints - a consumer that will call methods on List.Builder #clusterEndpoints(List) 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 © 2021. All rights reserved.