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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateClusterResponse.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 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,
ClusterStateCreateClusterResponse.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.