public static final class DescribeActiveMetricRuleListResponseBody.Critical.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeActiveMetricRuleListResponseBody.Critical |
build() |
DescribeActiveMetricRuleListResponseBody.Critical.Builder |
comparisonOperator(String comparisonOperator)
The operator that is used to compare the metric value with the threshold for Critical-level alerts.
|
DescribeActiveMetricRuleListResponseBody.Critical.Builder |
statistics(String statistics)
The statistical methods for Critical-level alerts.
|
DescribeActiveMetricRuleListResponseBody.Critical.Builder |
threshold(String threshold)
The threshold for Critical-level alerts.
|
DescribeActiveMetricRuleListResponseBody.Critical.Builder |
times(String times)
The consecutive number of times for which the metric value meets the alert condition before a Critical-level alert is triggered.
|
public DescribeActiveMetricRuleListResponseBody.Critical.Builder comparisonOperator(String comparisonOperator)
The operator that is used to compare the metric value with the threshold for Critical-level alerts. Valid values:
GreaterThanThreshold
public DescribeActiveMetricRuleListResponseBody.Critical.Builder statistics(String statistics)
The statistical methods for Critical-level alerts.
example:Average
public DescribeActiveMetricRuleListResponseBody.Critical.Builder threshold(String threshold)
The threshold for Critical-level alerts.
example:99
public DescribeActiveMetricRuleListResponseBody.Critical.Builder times(String times)
The consecutive number of times for which the metric value meets the alert condition before a Critical-level alert is triggered.
example:3
public DescribeActiveMetricRuleListResponseBody.Critical build()
Copyright © 2024. All rights reserved.