public static final class PutHybridMonitorMetricDataRequest.Labels.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
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)
The tag key of the metric.
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 ().
example:You must specify both the Key and Value parameters.
IP
public PutHybridMonitorMetricDataRequest.Labels.Builder value(String value)
The tag value of the metric.
Valid values of N: 1 to 100.
example:You must specify both the Key and Value parameters.
192.168.XX.XX
public PutHybridMonitorMetricDataRequest.Labels build()
Copyright © 2026. All rights reserved.