Class UpdateAlertRequest

    • Method Detail

      • alertArn

        public final String alertArn()

        The ARN of the alert to update.

        Returns:
        The ARN of the alert to update.
      • alertDescription

        public final String alertDescription()

        A description of the alert.

        Returns:
        A description of the alert.
      • alertSensitivityThreshold

        public final Integer alertSensitivityThreshold()

        An integer from 0 to 100 specifying the alert sensitivity threshold.

        Returns:
        An integer from 0 to 100 specifying the alert sensitivity threshold.
      • action

        public final Action action()

        Action that will be triggered when there is an alert.

        Returns:
        Action that will be triggered when there is an alert.
      • alertFilters

        public final AlertFilters alertFilters()

        The configuration of the alert filters, containing MetricList and DimensionFilterList.

        Returns:
        The configuration of the alert filters, containing MetricList and DimensionFilterList.
      • 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