@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMonitoringRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateMonitoringRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateMonitoringRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
String |
getCurrentVersion()
The version of the MSK cluster to update.
|
String |
getEnhancedMonitoring()
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
LoggingInfo |
getLoggingInfo() |
OpenMonitoringInfo |
getOpenMonitoring()
The settings for open monitoring.
|
int |
hashCode() |
void |
setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
void |
setCurrentVersion(String currentVersion)
The version of the MSK cluster to update.
|
void |
setEnhancedMonitoring(String enhancedMonitoring)
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
void |
setLoggingInfo(LoggingInfo loggingInfo) |
void |
setOpenMonitoring(OpenMonitoringInfo openMonitoring)
The settings for open monitoring.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMonitoringRequest |
withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
UpdateMonitoringRequest |
withCurrentVersion(String currentVersion)
The version of the MSK cluster to update.
|
UpdateMonitoringRequest |
withEnhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
UpdateMonitoringRequest |
withEnhancedMonitoring(String enhancedMonitoring)
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
|
UpdateMonitoringRequest |
withLoggingInfo(LoggingInfo loggingInfo) |
UpdateMonitoringRequest |
withOpenMonitoring(OpenMonitoringInfo openMonitoring)
The settings for open monitoring.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
clusterArn - The Amazon Resource Name (ARN) that uniquely identifies the cluster.
public String getClusterArn()
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
public UpdateMonitoringRequest withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
clusterArn - The Amazon Resource Name (ARN) that uniquely identifies the cluster.
public void setCurrentVersion(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.
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.
public String getCurrentVersion()
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 UpdateMonitoringRequest withCurrentVersion(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.
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.
public void setEnhancedMonitoring(String enhancedMonitoring)
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
enhancedMonitoring - Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
EnhancedMonitoringpublic String getEnhancedMonitoring()
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
EnhancedMonitoringpublic UpdateMonitoringRequest withEnhancedMonitoring(String enhancedMonitoring)
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
enhancedMonitoring - Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
EnhancedMonitoringpublic UpdateMonitoringRequest withEnhancedMonitoring(EnhancedMonitoring enhancedMonitoring)
Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
enhancedMonitoring - Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.
EnhancedMonitoringpublic void setOpenMonitoring(OpenMonitoringInfo openMonitoring)
The settings for open monitoring.
openMonitoring - The settings for open monitoring.
public OpenMonitoringInfo getOpenMonitoring()
The settings for open monitoring.
The settings for open monitoring.
public UpdateMonitoringRequest withOpenMonitoring(OpenMonitoringInfo openMonitoring)
The settings for open monitoring.
openMonitoring - The settings for open monitoring.
public void setLoggingInfo(LoggingInfo loggingInfo)
loggingInfo - public LoggingInfo getLoggingInfo()
public UpdateMonitoringRequest withLoggingInfo(LoggingInfo loggingInfo)
loggingInfo - public String toString()
toString in class ObjectObject.toString()public UpdateMonitoringRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()