| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterInfo |
ClusterInfo.addTagsEntry(String key,
String value) |
ClusterInfo |
ClusterInfo.clearTagsEntries()
Removes all the entries added into Tags.
|
ClusterInfo |
ClusterInfo.clone() |
ClusterInfo |
DescribeClusterResult.getClusterInfo()
The cluster information.
|
ClusterInfo |
ClusterInfo.withActiveOperationArn(String activeOperationArn)
Arn of active cluster operation.
|
ClusterInfo |
ClusterInfo.withBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the broker nodes.
|
ClusterInfo |
ClusterInfo.withClientAuthentication(ClientAuthentication clientAuthentication)
Includes all client authentication information.
|
ClusterInfo |
ClusterInfo.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
ClusterInfo |
ClusterInfo.withClusterName(String clusterName)
The name of the cluster.
|
ClusterInfo |
ClusterInfo.withCreationTime(Date creationTime)
The time when the cluster was created.
|
ClusterInfo |
ClusterInfo.withCurrentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the version of software currently deployed on the Kafka brokers in the cluster.
|
ClusterInfo |
ClusterInfo.withCurrentVersion(String currentVersion)
The current version of the MSK cluster.
|
ClusterInfo |
ClusterInfo.withEncryptionInfo(EncryptionInfo encryptionInfo)
Includes all encryption-related information.
|
ClusterInfo |
ClusterInfo.withEnhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies which metrics are gathered for the MSK cluster.
|
ClusterInfo |
ClusterInfo.withEnhancedMonitoring(String enhancedMonitoring)
Specifies which metrics are gathered for the MSK cluster.
|
ClusterInfo |
ClusterInfo.withNumberOfBrokerNodes(Integer numberOfBrokerNodes)
The number of broker nodes in the cluster.
|
ClusterInfo |
ClusterInfo.withOpenMonitoring(OpenMonitoring openMonitoring)
Settings for open monitoring using Prometheus.
|
ClusterInfo |
ClusterInfo.withState(ClusterState state)
The state of the cluster.
|
ClusterInfo |
ClusterInfo.withState(String state)
The state of the cluster.
|
ClusterInfo |
ClusterInfo.withTags(Map<String,String> tags)
Tags attached to the cluster.
|
ClusterInfo |
ClusterInfo.withZookeeperConnectString(String zookeeperConnectString)
The connection string to use to connect to the Apache ZooKeeper cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterInfo> |
ListClustersResult.getClusterInfoList()
Information on each of the MSK clusters in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClusterResult.setClusterInfo(ClusterInfo clusterInfo)
The cluster information.
|
DescribeClusterResult |
DescribeClusterResult.withClusterInfo(ClusterInfo clusterInfo)
The cluster information.
|
ListClustersResult |
ListClustersResult.withClusterInfoList(ClusterInfo... clusterInfoList)
Information on each of the MSK clusters in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListClustersResult.setClusterInfoList(Collection<ClusterInfo> clusterInfoList)
Information on each of the MSK clusters in the response.
|
ListClustersResult |
ListClustersResult.withClusterInfoList(Collection<ClusterInfo> clusterInfoList)
Information on each of the MSK clusters in the response.
|
Copyright © 2019. All rights reserved.