public static final class DescribeGroupMonitoringAgentProcessResponseBody.AlertConfig.Builder extends Object
public DescribeGroupMonitoringAgentProcessResponseBody.AlertConfig.Builder comparisonOperator(String comparisonOperator)
The comparison operator that is used to compare the metric value with the threshold. Valid values:
GreaterThanOrEqualToThreshold
public DescribeGroupMonitoringAgentProcessResponseBody.AlertConfig.Builder effectiveInterval(String effectiveInterval)
The time period during which the alert rule is effective.
example:00:00-23:59
public DescribeGroupMonitoringAgentProcessResponseBody.AlertConfig.Builder escalationsLevel(String escalationsLevel)
The level of the alert. Valid values:
warn
public DescribeGroupMonitoringAgentProcessResponseBody.AlertConfig.Builder noEffectiveInterval(String noEffectiveInterval)
The time period during which the alert rule is ineffective.
example:00:00-23:59
public DescribeGroupMonitoringAgentProcessResponseBody.AlertConfig.Builder silenceTime(String silenceTime)
The mute period during which new alert notifications are not sent even if the trigger conditions are met. Unit: seconds. Minimum value: 3600, which is equivalent to one hour. Default value: 86400, which is equivalent to one day.
example:Only one alert notification is sent during each mute period even if the metric value exceeds the alert threshold several times.
86400
public DescribeGroupMonitoringAgentProcessResponseBody.AlertConfig.Builder statistics(String statistics)
The method used to calculate metric values that trigger alerts.
example:Average
public DescribeGroupMonitoringAgentProcessResponseBody.AlertConfig.Builder targetList(DescribeGroupMonitoringAgentProcessResponseBody.TargetList targetList)
The resources for which alerts are triggered.
public DescribeGroupMonitoringAgentProcessResponseBody.AlertConfig.Builder threshold(String threshold)
The alert threshold.
example:5
public DescribeGroupMonitoringAgentProcessResponseBody.AlertConfig.Builder times(String times)
The number of times for which the threshold can be consecutively exceeded.
example:A metric triggers an alert only after the metric value reaches the threshold consecutively for the specified times.
3
public DescribeGroupMonitoringAgentProcessResponseBody.AlertConfig.Builder webhook(String webhook)
The callback URL to which a POST request is sent when an alert is triggered based on the alert rule.
example:public DescribeGroupMonitoringAgentProcessResponseBody.AlertConfig build()
Copyright © 2026. All rights reserved.