public static final class DeleteMonitorGroupInstancesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteMonitorGroupInstancesRequest |
build() |
DeleteMonitorGroupInstancesRequest.Builder |
category(String category)
The abbreviation of the cloud service name.
|
DeleteMonitorGroupInstancesRequest.Builder |
groupId(Long groupId)
The ID of the application group.
|
DeleteMonitorGroupInstancesRequest.Builder |
instanceIdList(String instanceIdList)
The instances to be removed from the application group.
|
public DeleteMonitorGroupInstancesRequest.Builder category(String category)
The abbreviation of the cloud service name.
For more information about how to obtain the abbreviation of a cloud service name, see
metricCategoryin the response parameterLabelsof the DescribeProjectMeta operation.
This parameter is required.
example:ecs
public DeleteMonitorGroupInstancesRequest.Builder groupId(Long groupId)
The ID of the application group.
This parameter is required.
example:123456
public DeleteMonitorGroupInstancesRequest.Builder instanceIdList(String instanceIdList)
The instances to be removed from the application group. Separate multiple instances with commas (,). You can remove a maximum of 20 instances from an application group at a time.
This parameter is required.
example:i-a2d5q7pm3f912****,i-a2d5q7pm3f222****
public DeleteMonitorGroupInstancesRequest build()
Copyright © 2026. All rights reserved.