public static interface CreateClusterV2Response.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<CreateClusterV2Response.Builder,CreateClusterV2Response>
| Modifier and Type | Method and Description |
|---|---|
CreateClusterV2Response.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
CreateClusterV2Response.Builder |
clusterName(String clusterName)
The name of the MSK cluster.
|
CreateClusterV2Response.Builder |
clusterType(ClusterType clusterType)
The type of the cluster.
|
CreateClusterV2Response.Builder |
clusterType(String clusterType)
The type of the cluster.
|
CreateClusterV2Response.Builder |
state(ClusterState state)
The state of the cluster.
|
CreateClusterV2Response.Builder |
state(String state)
The state of the cluster.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateClusterV2Response.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
clusterArn - The Amazon Resource Name (ARN) of the cluster.
CreateClusterV2Response.Builder clusterName(String clusterName)
The name of the MSK cluster.
clusterName - The name of the MSK cluster.
CreateClusterV2Response.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,
ClusterStateCreateClusterV2Response.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,
ClusterStateCreateClusterV2Response.Builder clusterType(String clusterType)
The type of the cluster. The possible states are PROVISIONED or SERVERLESS.
clusterType - The type of the cluster. The possible states are PROVISIONED or SERVERLESS.
ClusterType,
ClusterTypeCreateClusterV2Response.Builder clusterType(ClusterType clusterType)
The type of the cluster. The possible states are PROVISIONED or SERVERLESS.
clusterType - The type of the cluster. The possible states are PROVISIONED or SERVERLESS.
ClusterType,
ClusterTypeCopyright © 2023. All rights reserved.