ClusterInfo.Builder |
ClusterInfo.Builder.activeOperationArn(String activeOperationArn) |
Arn of active cluster operation.
|
default ClusterInfo.Builder |
ClusterInfo.Builder.brokerNodeGroupInfo(Consumer<BrokerNodeGroupInfo.Builder> brokerNodeGroupInfo) |
Information about the broker nodes.
|
ClusterInfo.Builder |
ClusterInfo.Builder.brokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo) |
Information about the broker nodes.
|
static ClusterInfo.Builder |
ClusterInfo.builder() |
|
default ClusterInfo.Builder |
ClusterInfo.Builder.clientAuthentication(Consumer<ClientAuthentication.Builder> clientAuthentication) |
Includes all client authentication information.
|
ClusterInfo.Builder |
ClusterInfo.Builder.clientAuthentication(ClientAuthentication clientAuthentication) |
Includes all client authentication information.
|
ClusterInfo.Builder |
ClusterInfo.Builder.clusterArn(String clusterArn) |
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
ClusterInfo.Builder |
ClusterInfo.Builder.clusterName(String clusterName) |
The name of the cluster.
|
ClusterInfo.Builder |
ClusterInfo.Builder.creationTime(Instant creationTime) |
The time when the cluster was created.
|
default ClusterInfo.Builder |
ClusterInfo.Builder.currentBrokerSoftwareInfo(Consumer<BrokerSoftwareInfo.Builder> currentBrokerSoftwareInfo) |
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
ClusterInfo.Builder |
ClusterInfo.Builder.currentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo) |
Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.
|
ClusterInfo.Builder |
ClusterInfo.Builder.currentVersion(String currentVersion) |
The current version of the MSK cluster.
|
ClusterInfo.Builder |
ClusterInfo.Builder.customerActionStatus(String customerActionStatus) |
Determines if there is an action required from the customer.
|
ClusterInfo.Builder |
ClusterInfo.Builder.customerActionStatus(CustomerActionStatus customerActionStatus) |
Determines if there is an action required from the customer.
|
default ClusterInfo.Builder |
ClusterInfo.Builder.encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo) |
Includes all encryption-related information.
|
ClusterInfo.Builder |
ClusterInfo.Builder.encryptionInfo(EncryptionInfo encryptionInfo) |
Includes all encryption-related information.
|
ClusterInfo.Builder |
ClusterInfo.Builder.enhancedMonitoring(String enhancedMonitoring) |
Specifies which metrics are gathered for the MSK cluster.
|
ClusterInfo.Builder |
ClusterInfo.Builder.enhancedMonitoring(EnhancedMonitoring enhancedMonitoring) |
Specifies which metrics are gathered for the MSK cluster.
|
default ClusterInfo.Builder |
ClusterInfo.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo) |
Sets the value of the LoggingInfo property for this object.
|
ClusterInfo.Builder |
ClusterInfo.Builder.loggingInfo(LoggingInfo loggingInfo) |
Sets the value of the LoggingInfo property for this object.
|
ClusterInfo.Builder |
ClusterInfo.Builder.numberOfBrokerNodes(Integer numberOfBrokerNodes) |
The number of broker nodes in the cluster.
|
default ClusterInfo.Builder |
ClusterInfo.Builder.openMonitoring(Consumer<OpenMonitoring.Builder> openMonitoring) |
Settings for open monitoring using Prometheus.
|
ClusterInfo.Builder |
ClusterInfo.Builder.openMonitoring(OpenMonitoring openMonitoring) |
Settings for open monitoring using Prometheus.
|
ClusterInfo.Builder |
ClusterInfo.Builder.state(String state) |
The state of the cluster.
|
ClusterInfo.Builder |
ClusterInfo.Builder.state(ClusterState state) |
The state of the cluster.
|
default ClusterInfo.Builder |
ClusterInfo.Builder.stateInfo(Consumer<StateInfo.Builder> stateInfo) |
Sets the value of the StateInfo property for this object.
|
ClusterInfo.Builder |
ClusterInfo.Builder.stateInfo(StateInfo stateInfo) |
Sets the value of the StateInfo property for this object.
|
ClusterInfo.Builder |
ClusterInfo.Builder.storageMode(String storageMode) |
This controls storage mode for supported storage tiers.
|
ClusterInfo.Builder |
ClusterInfo.Builder.storageMode(StorageMode storageMode) |
This controls storage mode for supported storage tiers.
|
ClusterInfo.Builder |
ClusterInfo.Builder.tags(Map<String,String> tags) |
Tags attached to the cluster.
|
ClusterInfo.Builder |
ClusterInfo.toBuilder() |
|
ClusterInfo.Builder |
ClusterInfo.Builder.zookeeperConnectString(String zookeeperConnectString) |
The connection string to use to connect to the Apache ZooKeeper cluster.
|
ClusterInfo.Builder |
ClusterInfo.Builder.zookeeperConnectStringTls(String zookeeperConnectStringTls) |
The connection string to use to connect to zookeeper cluster on Tls port.
|