Interface CreateClusterResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateClusterResponse.Builder,CreateClusterResponse>, KafkaResponse.Builder, SdkBuilder<CreateClusterResponse.Builder,CreateClusterResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateClusterResponse

public static interface CreateClusterResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<CreateClusterResponse.Builder,CreateClusterResponse>
  • Method Details

    • clusterArn

      CreateClusterResponse.Builder clusterArn(String clusterArn)

      The 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.
    • clusterName

      CreateClusterResponse.Builder clusterName(String clusterName)

      The 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.
    • state

      The 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:
    • state

      The 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: