| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
MutableClusterInfo |
MutableClusterInfo.clone() |
MutableClusterInfo |
ClusterOperationInfo.getSourceClusterInfo()
Information about cluster attributes before a cluster is updated.
|
MutableClusterInfo |
ClusterOperationInfo.getTargetClusterInfo()
Information about cluster attributes after a cluster is updated.
|
MutableClusterInfo |
MutableClusterInfo.withBrokerEBSVolumeInfo(BrokerEBSVolumeInfo... brokerEBSVolumeInfo)
Specifies the size of the EBS volume and the ID of the associated broker.
|
MutableClusterInfo |
MutableClusterInfo.withBrokerEBSVolumeInfo(Collection<BrokerEBSVolumeInfo> brokerEBSVolumeInfo)
Specifies the size of the EBS volume and the ID of the associated broker.
|
MutableClusterInfo |
MutableClusterInfo.withClientAuthentication(ClientAuthentication clientAuthentication)
Includes all client authentication information.
|
MutableClusterInfo |
MutableClusterInfo.withConfigurationInfo(ConfigurationInfo configurationInfo)
Information about the changes in the configuration of the brokers.
|
MutableClusterInfo |
MutableClusterInfo.withEncryptionInfo(EncryptionInfo encryptionInfo)
Includes all encryption-related information.
|
MutableClusterInfo |
MutableClusterInfo.withEnhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
MutableClusterInfo |
MutableClusterInfo.withEnhancedMonitoring(String enhancedMonitoring)
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
MutableClusterInfo |
MutableClusterInfo.withInstanceType(String instanceType)
Information about the Amazon MSK broker type.
|
MutableClusterInfo |
MutableClusterInfo.withKafkaVersion(String kafkaVersion)
The Kafka version.
|
MutableClusterInfo |
MutableClusterInfo.withLoggingInfo(LoggingInfo loggingInfo)
You can configure your MSK cluster to send broker logs to different destination types.
|
MutableClusterInfo |
MutableClusterInfo.withNumberOfBrokerNodes(Integer numberOfBrokerNodes)
The number of broker nodes in the cluster.
|
MutableClusterInfo |
MutableClusterInfo.withOpenMonitoring(OpenMonitoring openMonitoring)
The settings for open monitoring.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterOperationInfo.setSourceClusterInfo(MutableClusterInfo sourceClusterInfo)
Information about cluster attributes before a cluster is updated.
|
void |
ClusterOperationInfo.setTargetClusterInfo(MutableClusterInfo targetClusterInfo)
Information about cluster attributes after a cluster is updated.
|
ClusterOperationInfo |
ClusterOperationInfo.withSourceClusterInfo(MutableClusterInfo sourceClusterInfo)
Information about cluster attributes before a cluster is updated.
|
ClusterOperationInfo |
ClusterOperationInfo.withTargetClusterInfo(MutableClusterInfo targetClusterInfo)
Information about cluster attributes after a cluster is updated.
|
Copyright © 2021. All rights reserved.