static CreateClusterV2Response.Builder |
CreateClusterV2Response.builder() |
|
CreateClusterV2Response.Builder |
CreateClusterV2Response.Builder.clusterArn(String clusterArn) |
The Amazon Resource Name (ARN) of the cluster.
|
CreateClusterV2Response.Builder |
CreateClusterV2Response.Builder.clusterName(String clusterName) |
The name of the MSK cluster.
|
CreateClusterV2Response.Builder |
CreateClusterV2Response.Builder.clusterType(String clusterType) |
The type of the cluster.
|
CreateClusterV2Response.Builder |
CreateClusterV2Response.Builder.clusterType(ClusterType clusterType) |
The type of the cluster.
|
CreateClusterV2Response.Builder |
CreateClusterV2Response.Builder.state(String state) |
The state of the cluster.
|
CreateClusterV2Response.Builder |
CreateClusterV2Response.Builder.state(ClusterState state) |
The state of the cluster.
|
CreateClusterV2Response.Builder |
CreateClusterV2Response.toBuilder() |
|