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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DeleteClusterResponse.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
,
ClusterState
DeleteClusterResponse.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
,
ClusterState
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.