public static final class DeleteCustomMetricRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DeleteCustomMetricRequest |
build() |
DeleteCustomMetricRequest.Builder |
groupId(String groupId)
The ID of the application group.
|
DeleteCustomMetricRequest.Builder |
md5(String md5)
The MD5 value of the HTTP request body.
|
DeleteCustomMetricRequest.Builder |
metricName(String metricName)
The name of the metric.
|
DeleteCustomMetricRequest.Builder |
UUID(String UUID)
The ID of the request for reporting monitoring data.
|
public DeleteCustomMetricRequest.Builder groupId(String groupId)
public DeleteCustomMetricRequest.Builder md5(String md5)
> `Md5` is returned when you query the reported monitoring data of a metric.
public DeleteCustomMetricRequest.Builder metricName(String metricName)
public DeleteCustomMetricRequest.Builder UUID(String UUID)
> `UUID` is returned when you query the reported monitoring data of a metric. We recommend that you specify the `Md5` parameter.
public DeleteCustomMetricRequest build()
Copyright © 2023. All rights reserved.