@Generated(value="software.amazon.awssdk:codegen") public final class UpdateMonitoringRequest extends KafkaRequest implements ToCopyableBuilder<UpdateMonitoringRequest.Builder,UpdateMonitoringRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateMonitoringRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMonitoringRequest.Builder |
builder() |
String |
clusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
String |
currentVersion()
The version of the MSK cluster to update.
|
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) |
int |
hashCode() |
LoggingInfo |
loggingInfo()
Returns the value of the LoggingInfo property for this object.
|
OpenMonitoringInfo |
openMonitoring()
The settings for open monitoring.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateMonitoringRequest.Builder> |
serializableBuilderClass() |
UpdateMonitoringRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
public final String currentVersion()
The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
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 OpenMonitoringInfo openMonitoring()
The settings for open monitoring.
The settings for open monitoring.
public final LoggingInfo loggingInfo()
public UpdateMonitoringRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateMonitoringRequest.Builder,UpdateMonitoringRequest>toBuilder in class KafkaRequestpublic static UpdateMonitoringRequest.Builder builder()
public static Class<? extends UpdateMonitoringRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.