| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
Provisioned |
Provisioned.clone() |
Provisioned |
Cluster.getProvisioned()
Information about the provisioned cluster.
|
Provisioned |
Provisioned.withBrokerNodeGroupInfo(BrokerNodeGroupInfo brokerNodeGroupInfo)
Information about the brokers.
|
Provisioned |
Provisioned.withClientAuthentication(ClientAuthentication clientAuthentication)
Includes all client authentication information.
|
Provisioned |
Provisioned.withCurrentBrokerSoftwareInfo(BrokerSoftwareInfo currentBrokerSoftwareInfo)
Information about the Apache Kafka version deployed on the brokers.
|
Provisioned |
Provisioned.withEncryptionInfo(EncryptionInfo encryptionInfo)
Includes all encryption-related information.
|
Provisioned |
Provisioned.withEnhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies the level of monitoring for the MSK cluster.
|
Provisioned |
Provisioned.withEnhancedMonitoring(String enhancedMonitoring)
Specifies the level of monitoring for the MSK cluster.
|
Provisioned |
Provisioned.withLoggingInfo(LoggingInfo loggingInfo)
Log delivery information for the cluster.
|
Provisioned |
Provisioned.withNumberOfBrokerNodes(Integer numberOfBrokerNodes)
The number of broker nodes in the cluster.
|
Provisioned |
Provisioned.withOpenMonitoring(OpenMonitoringInfo openMonitoring)
The settings for open monitoring.
|
Provisioned |
Provisioned.withStorageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
Provisioned |
Provisioned.withStorageMode(String storageMode)
This controls storage mode for supported storage tiers.
|
Provisioned |
Provisioned.withZookeeperConnectString(String zookeeperConnectString)
The connection string to use to connect to the Apache ZooKeeper cluster.
|
Provisioned |
Provisioned.withZookeeperConnectStringTls(String zookeeperConnectStringTls)
The connection string to use to connect to the Apache ZooKeeper cluster on a TLS port.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setProvisioned(Provisioned provisioned)
Information about the provisioned cluster.
|
Cluster |
Cluster.withProvisioned(Provisioned provisioned)
Information about the provisioned cluster.
|
Copyright © 2022. All rights reserved.