UpdateClusterResponse.Builder |
UpdateClusterResponse.Builder.arn(String arn) |
The ARN of the updated cluster.
|
static UpdateClusterResponse.Builder |
UpdateClusterResponse.builder() |
|
UpdateClusterResponse.Builder |
UpdateClusterResponse.Builder.creationTime(Instant creationTime) |
The time of when the cluster was created.
|
UpdateClusterResponse.Builder |
UpdateClusterResponse.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) |
Whether deletion protection is enabled for the updated cluster.
|
UpdateClusterResponse.Builder |
UpdateClusterResponse.Builder.identifier(String identifier) |
The ID of the cluster to update.
|
UpdateClusterResponse.Builder |
UpdateClusterResponse.Builder.linkedClusterArns(String... linkedClusterArns) |
The ARNs of the clusters linked to the updated cluster.
|
UpdateClusterResponse.Builder |
UpdateClusterResponse.Builder.linkedClusterArns(Collection<String> linkedClusterArns) |
The ARNs of the clusters linked to the updated cluster.
|
UpdateClusterResponse.Builder |
UpdateClusterResponse.Builder.status(String status) |
The status of the updated cluster.
|
UpdateClusterResponse.Builder |
UpdateClusterResponse.Builder.status(ClusterStatus status) |
The status of the updated cluster.
|
UpdateClusterResponse.Builder |
UpdateClusterResponse.toBuilder() |
|
UpdateClusterResponse.Builder |
UpdateClusterResponse.Builder.witnessRegion(String witnessRegion) |
The Region that receives all data you write to linked clusters.
|