| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.brokerEBSVolumeInfo(BrokerEBSVolumeInfo... brokerEBSVolumeInfo)
Specifies the size of the EBS volume and the ID of the associated broker.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.brokerEBSVolumeInfo(Collection<BrokerEBSVolumeInfo> brokerEBSVolumeInfo)
Specifies the size of the EBS volume and the ID of the associated broker.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.brokerEBSVolumeInfo(Consumer<BrokerEBSVolumeInfo.Builder>... brokerEBSVolumeInfo)
Specifies the size of the EBS volume and the ID of the associated broker.
|
static MutableClusterInfo.Builder |
MutableClusterInfo.builder() |
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.clientAuthentication(ClientAuthentication clientAuthentication)
Includes all client authentication information.
|
default MutableClusterInfo.Builder |
MutableClusterInfo.Builder.clientAuthentication(Consumer<ClientAuthentication.Builder> clientAuthentication)
Includes all client authentication information.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.configurationInfo(ConfigurationInfo configurationInfo)
Information about the changes in the configuration of the brokers.
|
default MutableClusterInfo.Builder |
MutableClusterInfo.Builder.configurationInfo(Consumer<ConfigurationInfo.Builder> configurationInfo)
Information about the changes in the configuration of the brokers.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.connectivityInfo(ConnectivityInfo connectivityInfo)
Information about the broker access configuration.
|
default MutableClusterInfo.Builder |
MutableClusterInfo.Builder.connectivityInfo(Consumer<ConnectivityInfo.Builder> connectivityInfo)
Information about the broker access configuration.
|
default MutableClusterInfo.Builder |
MutableClusterInfo.Builder.encryptionInfo(Consumer<EncryptionInfo.Builder> encryptionInfo)
Includes all encryption-related information.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.encryptionInfo(EncryptionInfo encryptionInfo)
Includes all encryption-related information.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.enhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.enhancedMonitoring(String enhancedMonitoring)
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.instanceType(String instanceType)
Information about the Amazon MSK broker type.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.kafkaVersion(String kafkaVersion)
The Apache Kafka version.
|
default MutableClusterInfo.Builder |
MutableClusterInfo.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)
You can configure your MSK cluster to send broker logs to different destination types.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.loggingInfo(LoggingInfo loggingInfo)
You can configure your MSK cluster to send broker logs to different destination types.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.numberOfBrokerNodes(Integer numberOfBrokerNodes)
The number of broker nodes in the cluster.
|
default MutableClusterInfo.Builder |
MutableClusterInfo.Builder.openMonitoring(Consumer<OpenMonitoring.Builder> openMonitoring)
The settings for open monitoring.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.openMonitoring(OpenMonitoring openMonitoring)
The settings for open monitoring.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.storageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.storageMode(String storageMode)
This controls storage mode for supported storage tiers.
|
MutableClusterInfo.Builder |
MutableClusterInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MutableClusterInfo.Builder> |
MutableClusterInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.sourceClusterInfo(Consumer<MutableClusterInfo.Builder> sourceClusterInfo)
Information about cluster attributes before a cluster is updated.
|
default ClusterOperationInfo.Builder |
ClusterOperationInfo.Builder.targetClusterInfo(Consumer<MutableClusterInfo.Builder> targetClusterInfo)
Information about cluster attributes after a cluster is updated.
|
Copyright © 2023. All rights reserved.