| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Cluster |
Cluster.clearTagsEntries()
Removes all the entries added into Tags.
|
Cluster |
Cluster.clone() |
Cluster |
DescribeClusterV2Result.getClusterInfo()
The cluster information.
|
Cluster |
Cluster.withActiveOperationArn(String activeOperationArn)
The Amazon Resource Name (ARN) that uniquely identifies a cluster operation.
|
Cluster |
Cluster.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
Cluster |
Cluster.withClusterName(String clusterName)
The name of the cluster.
|
Cluster |
Cluster.withClusterType(ClusterType clusterType)
Cluster Type.
|
Cluster |
Cluster.withClusterType(String clusterType)
Cluster Type.
|
Cluster |
Cluster.withCreationTime(Date creationTime)
The time when the cluster was created.
|
Cluster |
Cluster.withCurrentVersion(String currentVersion)
The current version of the MSK cluster.
|
Cluster |
Cluster.withProvisioned(Provisioned provisioned)
Information about the provisioned cluster.
|
Cluster |
Cluster.withServerless(Serverless serverless)
Information about the serverless cluster.
|
Cluster |
Cluster.withState(ClusterState state)
The state of the cluster.
|
Cluster |
Cluster.withState(String state)
The state of the cluster.
|
Cluster |
Cluster.withStateInfo(StateInfo stateInfo)
State Info for the Amazon MSK cluster.
|
Cluster |
Cluster.withTags(Map<String,String> tags)
Tags attached to the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
ListClustersV2Result.getClusterInfoList()
Information on each of the MSK clusters in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClusterV2Result.setClusterInfo(Cluster clusterInfo)
The cluster information.
|
DescribeClusterV2Result |
DescribeClusterV2Result.withClusterInfo(Cluster clusterInfo)
The cluster information.
|
ListClustersV2Result |
ListClustersV2Result.withClusterInfoList(Cluster... clusterInfoList)
Information on each of the MSK clusters in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListClustersV2Result.setClusterInfoList(Collection<Cluster> clusterInfoList)
Information on each of the MSK clusters in the response.
|
ListClustersV2Result |
ListClustersV2Result.withClusterInfoList(Collection<Cluster> clusterInfoList)
Information on each of the MSK clusters in the response.
|
Copyright © 2021. All rights reserved.