Interface CreateClusterResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateClusterResponse.Builder,,- CreateClusterResponse> - KafkaResponse.Builder,- SdkBuilder<CreateClusterResponse.Builder,,- CreateClusterResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateClusterResponse
- 
Method SummaryModifier and TypeMethodDescriptionclusterArn(String clusterArn) The Amazon Resource Name (ARN) of the cluster.clusterName(String clusterName) The name of the MSK cluster.The state of the cluster.state(ClusterState state) The state of the cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
clusterArnThe Amazon Resource Name (ARN) of the cluster. - Parameters:
- clusterArn-- The Amazon Resource Name (ARN) of the cluster. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clusterNameThe name of the MSK cluster. - Parameters:
- clusterName-- The name of the MSK cluster. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stateThe state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING. - Parameters:
- state-- The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateThe state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING. - Parameters:
- state-- The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-