@Generated(value="software.amazon.awssdk:codegen") public final class Provisioned extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Provisioned.Builder,Provisioned>
Provisioned cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Provisioned.Builder |
| Modifier and Type | Method and Description |
|---|---|
BrokerNodeGroupInfo |
brokerNodeGroupInfo()
Information about the brokers.
|
static Provisioned.Builder |
builder() |
ClientAuthentication |
clientAuthentication()
Includes all client authentication information.
|
BrokerSoftwareInfo |
currentBrokerSoftwareInfo()
Information about the Apache Kafka version deployed on the brokers.
|
EncryptionInfo |
encryptionInfo()
Includes all encryption-related information.
|
EnhancedMonitoring |
enhancedMonitoring()
Specifies the level of monitoring for the MSK cluster.
|
String |
enhancedMonitoringAsString()
Specifies the level of monitoring for the MSK cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LoggingInfo |
loggingInfo()
Log delivery information for the cluster.
|
Integer |
numberOfBrokerNodes()
The number of broker nodes in the cluster.
|
OpenMonitoringInfo |
openMonitoring()
The settings for open monitoring.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Provisioned.Builder> |
serializableBuilderClass() |
StorageMode |
storageMode()
This controls storage mode for supported storage tiers.
|
String |
storageModeAsString()
This controls storage mode for supported storage tiers.
|
Provisioned.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
zookeeperConnectString()
The connection string to use to connect to the Apache ZooKeeper cluster.
|
String |
zookeeperConnectStringTls()
The connection string to use to connect to the Apache ZooKeeper cluster on a TLS port.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BrokerNodeGroupInfo brokerNodeGroupInfo()
Information about the brokers.
Information about the brokers.
public final BrokerSoftwareInfo currentBrokerSoftwareInfo()
Information about the Apache Kafka version deployed on the brokers.
Information about the Apache Kafka version deployed on the brokers.
public final ClientAuthentication clientAuthentication()
Includes all client authentication information.
Includes all client authentication information.
public final EncryptionInfo encryptionInfo()
Includes all encryption-related information.
Includes all encryption-related information.
public final EnhancedMonitoring enhancedMonitoring()
Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.
If the service returns an enum value that is not available in the current SDK version,
enhancedMonitoring will return EnhancedMonitoring.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from enhancedMonitoringAsString().
Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.
EnhancedMonitoringpublic final String enhancedMonitoringAsString()
Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.
If the service returns an enum value that is not available in the current SDK version,
enhancedMonitoring will return EnhancedMonitoring.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from enhancedMonitoringAsString().
Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.
EnhancedMonitoringpublic final OpenMonitoringInfo openMonitoring()
The settings for open monitoring.
The settings for open monitoring.
public final LoggingInfo loggingInfo()
Log delivery information for the cluster.
Log delivery information for the cluster.
public final Integer numberOfBrokerNodes()
The number of broker nodes in the cluster.
The number of broker nodes in the cluster.
public final String zookeeperConnectString()
The connection string to use to connect to the Apache ZooKeeper cluster.
The connection string to use to connect to the Apache ZooKeeper cluster.
public final String zookeeperConnectStringTls()
The connection string to use to connect to the Apache ZooKeeper cluster on a TLS port.
The connection string to use to connect to the Apache ZooKeeper cluster on a TLS port.
public final StorageMode storageMode()
This controls storage mode for supported storage tiers.
If the service returns an enum value that is not available in the current SDK version, storageMode will
return StorageMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageModeAsString().
This controls storage mode for supported storage tiers.
StorageModepublic final String storageModeAsString()
This controls storage mode for supported storage tiers.
If the service returns an enum value that is not available in the current SDK version, storageMode will
return StorageMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
storageModeAsString().
This controls storage mode for supported storage tiers.
StorageModepublic Provisioned.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Provisioned.Builder,Provisioned>public static Provisioned.Builder builder()
public static Class<? extends Provisioned.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.