@Generated(value="software.amazon.awssdk:codegen") public final class MutableClusterInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MutableClusterInfo.Builder,MutableClusterInfo>
Information about cluster attributes that can be updated via update APIs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MutableClusterInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<BrokerEBSVolumeInfo> |
brokerEBSVolumeInfo()
Specifies the size of the EBS volume and the ID of the associated broker.
|
static MutableClusterInfo.Builder |
builder() |
ClientAuthentication |
clientAuthentication()
Includes all client authentication information.
|
ConfigurationInfo |
configurationInfo()
Information about the changes in the configuration of the brokers.
|
ConnectivityInfo |
connectivityInfo()
Information about the broker access configuration.
|
EncryptionInfo |
encryptionInfo()
Includes all encryption-related information.
|
EnhancedMonitoring |
enhancedMonitoring()
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
String |
enhancedMonitoringAsString()
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasBrokerEBSVolumeInfo()
For responses, this returns true if the service returned a value for the BrokerEBSVolumeInfo property.
|
int |
hashCode() |
String |
instanceType()
Information about the Amazon MSK broker type.
|
String |
kafkaVersion()
The Apache Kafka version.
|
LoggingInfo |
loggingInfo()
You can configure your MSK cluster to send broker logs to different destination types.
|
Integer |
numberOfBrokerNodes()
The number of broker nodes in the cluster.
|
OpenMonitoring |
openMonitoring()
The settings for open monitoring.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MutableClusterInfo.Builder> |
serializableBuilderClass() |
StorageMode |
storageMode()
This controls storage mode for supported storage tiers.
|
String |
storageModeAsString()
This controls storage mode for supported storage tiers.
|
MutableClusterInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasBrokerEBSVolumeInfo()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<BrokerEBSVolumeInfo> brokerEBSVolumeInfo()
Specifies the size of the EBS volume and the ID of the associated broker.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasBrokerEBSVolumeInfo() method.
Specifies the size of the EBS volume and the ID of the associated broker.
public final ConfigurationInfo configurationInfo()
Information about the changes in the configuration of the brokers.
Information about the changes in the configuration of the brokers.
public final Integer numberOfBrokerNodes()
The number of broker nodes in the cluster.
The number of broker nodes in the cluster.
public final EnhancedMonitoring enhancedMonitoring()
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
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 which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
EnhancedMonitoringpublic final String enhancedMonitoringAsString()
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
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 which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
EnhancedMonitoringpublic final OpenMonitoring openMonitoring()
The settings for open monitoring.
The settings for open monitoring.
public final String kafkaVersion()
The Apache Kafka version.
The Apache Kafka version.
public final LoggingInfo loggingInfo()
You can configure your MSK cluster to send broker logs to different destination types. This is a container for the configuration details related to broker logs.
You can configure your MSK cluster to send broker logs to different destination types. This is a container for the configuration details related to broker logs.
public final String instanceType()
Information about the Amazon MSK broker type.
Information about the Amazon MSK broker type.
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 ConnectivityInfo connectivityInfo()
Information about the broker access configuration.
Information about the broker access configuration.
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 MutableClusterInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MutableClusterInfo.Builder,MutableClusterInfo>public static MutableClusterInfo.Builder builder()
public static Class<? extends MutableClusterInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.