Class UpdateMonitoringRequest

    • Method Detail

      • clusterArn

        public final String clusterArn()

        The Amazon Resource Name (ARN) that uniquely identifies the cluster.

        Returns:

        The Amazon Resource Name (ARN) that uniquely identifies the cluster.

      • currentVersion

        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.

        Returns:

        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.

      • enhancedMonitoringAsString

        public 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().

        Returns:

        Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.

        See Also:
        EnhancedMonitoring
      • openMonitoring

        public final OpenMonitoringInfo openMonitoring()

        The settings for open monitoring.

        Returns:

        The settings for open monitoring.

      • loggingInfo

        public final LoggingInfo loggingInfo()
        Returns the value of the LoggingInfo property for this object.
        Returns:
        The value of the LoggingInfo property for this object.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object