CreateClusterResponse.Builder |
CreateClusterResponse.Builder.arn(String arn) |
The ARN of the created cluster.
|
static CreateClusterResponse.Builder |
CreateClusterResponse.builder() |
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.creationTime(Instant creationTime) |
The time of when created the cluster.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) |
Whether deletion protection is enabled on this cluster.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.identifier(String identifier) |
The ID of the created cluster.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.status(String status) |
The status of the created cluster.
|
CreateClusterResponse.Builder |
CreateClusterResponse.Builder.status(ClusterStatus status) |
The status of the created cluster.
|
CreateClusterResponse.Builder |
CreateClusterResponse.toBuilder() |
|