public static final class DescribeAlertLogListResponseBody.Escalation.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAlertLogListResponseBody.Escalation |
build() |
DescribeAlertLogListResponseBody.Escalation.Builder |
expression(String expression)
The description of the alert rule.
|
DescribeAlertLogListResponseBody.Escalation.Builder |
level(String level)
The alert level and the methods that are used to send alert notifications.
|
DescribeAlertLogListResponseBody.Escalation.Builder |
times(Integer times)
The consecutive number of times for which the metric value meets the alert condition before an alert is triggered.
|
public DescribeAlertLogListResponseBody.Escalation.Builder expression(String expression)
The description of the alert rule.
example:The content of the alert rule. This parameter indicates the conditions that trigger an alert.
$Average<90
public DescribeAlertLogListResponseBody.Escalation.Builder level(String level)
The alert level and the methods that are used to send alert notifications. Valid values:
P4
public DescribeAlertLogListResponseBody.Escalation.Builder times(Integer times)
The consecutive number of times for which the metric value meets the alert condition before an alert is triggered.
example:1
public DescribeAlertLogListResponseBody.Escalation build()
Copyright © 2026. All rights reserved.