public static final class PutExporterRuleRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
PutExporterRuleRequest |
build() |
PutExporterRuleRequest.Builder |
describe(String describe)
The description of the data export rule.
|
PutExporterRuleRequest.Builder |
dstNames(List<String> dstNames)
The destination to which the data is exported.
|
PutExporterRuleRequest.Builder |
metricName(String metricName)
The name of the metric.
|
PutExporterRuleRequest.Builder |
namespace(String namespace)
The namespace of the cloud service.
|
PutExporterRuleRequest.Builder |
ruleName(String ruleName)
The name of the rule.
|
PutExporterRuleRequest.Builder |
targetWindows(String targetWindows)
The time window of the exported data.
|
public PutExporterRuleRequest.Builder describe(String describe)
public PutExporterRuleRequest.Builder dstNames(List<String> dstNames)
public PutExporterRuleRequest.Builder metricName(String metricName)
> For more information, see [Appendix 1: Metrics](~~163515~~).
public PutExporterRuleRequest.Builder namespace(String namespace)
> For more information, see [Appendix 1: Metrics](~~163515~~).
public PutExporterRuleRequest.Builder ruleName(String ruleName)
> If the specified rule exists, the existing rule is modified. Otherwise, a rule is created.
public PutExporterRuleRequest.Builder targetWindows(String targetWindows)
> * Separate multiple time windows with commas (,). * Data in a time window of less than 60 seconds cannot be exported.
public PutExporterRuleRequest build()
Copyright © 2023. All rights reserved.