public static final class DescribeMonitorGroupsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeMonitorGroupsRequest |
build() |
DescribeMonitorGroupsRequest.Builder |
dynamicTagRuleId(String dynamicTagRuleId)
The ID of the tag rule.
|
DescribeMonitorGroupsRequest.Builder |
groupFounderTagKey(String groupFounderTagKey)
The tag key that is created for the application group by using the tag rule.
|
DescribeMonitorGroupsRequest.Builder |
groupFounderTagValue(String groupFounderTagValue)
The tag value that is created for the application group by using the tag rule.
|
DescribeMonitorGroupsRequest.Builder |
groupId(String groupId)
The ID of the application group.
|
DescribeMonitorGroupsRequest.Builder |
groupName(String groupName)
The name of the application group.
|
DescribeMonitorGroupsRequest.Builder |
includeTemplateHistory(Boolean includeTemplateHistory)
Specifies whether to include the historical alert templates that are applied to the application group in the response.
|
DescribeMonitorGroupsRequest.Builder |
instanceId(String instanceId)
The instance ID.
|
DescribeMonitorGroupsRequest.Builder |
keyword(String keyword)
The keyword that is used for the search.
|
DescribeMonitorGroupsRequest.Builder |
pageNumber(Integer pageNumber)
The number of the page to return.
|
DescribeMonitorGroupsRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
DescribeMonitorGroupsRequest.Builder |
selectContactGroups(Boolean selectContactGroups)
Specifies whether to include the alert contact groups in the response.
|
DescribeMonitorGroupsRequest.Builder |
tag(List<DescribeMonitorGroupsRequest.Tag> tag)
The tags of the application group.
|
DescribeMonitorGroupsRequest.Builder |
type(String type)
The type of the application group.
|
DescribeMonitorGroupsRequest.Builder |
types(String types)
The type of the application group.
|
public DescribeMonitorGroupsRequest.Builder dynamicTagRuleId(String dynamicTagRuleId)
The ID of the tag rule.
example:6b882d9a-5117-42e2-9d0c-4749a0c6****
public DescribeMonitorGroupsRequest.Builder groupFounderTagKey(String groupFounderTagKey)
The tag key that is created for the application group by using the tag rule.
example:GroupKey1
public DescribeMonitorGroupsRequest.Builder groupFounderTagValue(String groupFounderTagValue)
The tag value that is created for the application group by using the tag rule.
example:GroupValue1
public DescribeMonitorGroupsRequest.Builder groupId(String groupId)
The ID of the application group. Separate multiple application group IDs with commas (,).
example:92****
public DescribeMonitorGroupsRequest.Builder groupName(String groupName)
The name of the application group.
example:testGroup124
public DescribeMonitorGroupsRequest.Builder includeTemplateHistory(Boolean includeTemplateHistory)
Specifies whether to include the historical alert templates that are applied to the application group in the response. Valid values:
true
public DescribeMonitorGroupsRequest.Builder instanceId(String instanceId)
The instance ID. This parameter is used to query the application group to which the specified instance belongs.
example:i-abcdefgh12****
public DescribeMonitorGroupsRequest.Builder keyword(String keyword)
The keyword that is used for the search.
example:test
public DescribeMonitorGroupsRequest.Builder pageNumber(Integer pageNumber)
The number of the page to return.
Pages start from page 1. Default value: 1.
example:1
public DescribeMonitorGroupsRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
Pages start from page 1. Default value: 30.
example:30
public DescribeMonitorGroupsRequest.Builder selectContactGroups(Boolean selectContactGroups)
Specifies whether to include the alert contact groups in the response. Valid values:
true
public DescribeMonitorGroupsRequest.Builder tag(List<DescribeMonitorGroupsRequest.Tag> tag)
The tags of the application group.
public DescribeMonitorGroupsRequest.Builder type(String type)
The type of the application group. Valid values:
custom
public DescribeMonitorGroupsRequest.Builder types(String types)
The type of the application group. Valid values:
custom
public DescribeMonitorGroupsRequest build()
Copyright © 2026. All rights reserved.