public static interface DeleteClusterResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<DeleteClusterResponse.Builder,DeleteClusterResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteClusterResponse.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
DeleteClusterResponse.Builder |
state(ClusterState state)
The state of the cluster.
|
DeleteClusterResponse.Builder |
state(String state)
The state of the cluster.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteClusterResponse.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
clusterArn - The Amazon Resource Name (ARN) of the cluster.
DeleteClusterResponse.Builder state(String state)
The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.
state - The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.
ClusterState,
ClusterStateDeleteClusterResponse.Builder state(ClusterState state)
The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.
state - The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.
ClusterState,
ClusterStateCopyright © 2023. All rights reserved.