| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
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(ClusterType clusterType)
The type of the cluster.
|
CreateClusterV2Response.Builder |
CreateClusterV2Response.Builder.clusterType(String clusterType)
The type of the cluster.
|
CreateClusterV2Response.Builder |
CreateClusterV2Response.Builder.state(ClusterState state)
The state of the cluster.
|
CreateClusterV2Response.Builder |
CreateClusterV2Response.Builder.state(String state)
The state of the cluster.
|
CreateClusterV2Response.Builder |
CreateClusterV2Response.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateClusterV2Response.Builder> |
CreateClusterV2Response.serializableBuilderClass() |
Copyright © 2023. All rights reserved.