public static final class PutHybridMonitorMetricDataRequest.Labels.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PutHybridMonitorMetricDataRequest.Labels |
build() |
PutHybridMonitorMetricDataRequest.Labels.Builder |
key(String key)
The tag key of the metric.
|
PutHybridMonitorMetricDataRequest.Labels.Builder |
value(String value)
The tag value of the metric.
|
public PutHybridMonitorMetricDataRequest.Labels.Builder key(String key)
Valid values of N: 1 to 100. The key can contain letters, digits, and underscores (*). The key must start with a letter or an underscore (*). > You must specify both the Key and Value parameters.
public PutHybridMonitorMetricDataRequest.Labels.Builder value(String value)
Valid values of N: 1 to 100. > You must specify both the Key and Value parameters.
public PutHybridMonitorMetricDataRequest.Labels build()
Copyright © 2024. All rights reserved.