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, sdkHttpResponsecopyapplyMutation, 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 CREATING, ACTIVE, and FAILED.
state - The state of the cluster. The possible states are CREATING, ACTIVE, and FAILED.ClusterState,
ClusterStateDeleteClusterResponse.Builder state(ClusterState state)
The state of the cluster. The possible states are CREATING, ACTIVE, and FAILED.
state - The state of the cluster. The possible states are CREATING, ACTIVE, and FAILED.ClusterState,
ClusterStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.