public static interface CreateClusterResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<CreateClusterResponse.Builder,CreateClusterResponse>
Modifier and Type | Method and Description |
---|---|
CreateClusterResponse.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
CreateClusterResponse.Builder |
clusterName(String clusterName)
The name of the MSK cluster.
|
CreateClusterResponse.Builder |
state(ClusterState state)
The state of the cluster.
|
CreateClusterResponse.Builder |
state(String state)
The state of the cluster.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateClusterResponse.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
clusterArn
- The Amazon Resource Name (ARN) of the cluster.CreateClusterResponse.Builder clusterName(String clusterName)
The name of the MSK cluster.
clusterName
- The name of the MSK cluster.CreateClusterResponse.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
CreateClusterResponse.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.