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