public static final class CreateGroupMonitoringAgentProcessRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateGroupMonitoringAgentProcessRequest.Builder |
alertConfig(List<CreateGroupMonitoringAgentProcessRequest.AlertConfig> alertConfig)
The alert rule configurations.
|
CreateGroupMonitoringAgentProcessRequest |
build() |
CreateGroupMonitoringAgentProcessRequest.Builder |
groupId(String groupId)
The ID of the application group.
|
CreateGroupMonitoringAgentProcessRequest.Builder |
matchExpress(List<CreateGroupMonitoringAgentProcessRequest.MatchExpress> matchExpress)
The expressions used to match instances.
|
CreateGroupMonitoringAgentProcessRequest.Builder |
matchExpressFilterRelation(String matchExpressFilterRelation)
The logical operator used between conditional expressions that are used to match instances.
|
CreateGroupMonitoringAgentProcessRequest.Builder |
processName(String processName)
The process name.
|
public CreateGroupMonitoringAgentProcessRequest.Builder alertConfig(List<CreateGroupMonitoringAgentProcessRequest.AlertConfig> alertConfig)
The alert rule configurations.
Valid values of N: 1 to 3.
This parameter is required.
public CreateGroupMonitoringAgentProcessRequest.Builder groupId(String groupId)
The ID of the application group.
For more information about how to obtain the ID of an application group, see DescribeMonitorGroups.
This parameter is required.
example:123456
public CreateGroupMonitoringAgentProcessRequest.Builder matchExpress(List<CreateGroupMonitoringAgentProcessRequest.MatchExpress> matchExpress)
The expressions used to match instances.
Valid values of N: 1 to 3.
public CreateGroupMonitoringAgentProcessRequest.Builder matchExpressFilterRelation(String matchExpressFilterRelation)
The logical operator used between conditional expressions that are used to match instances. Valid values:
and
public CreateGroupMonitoringAgentProcessRequest.Builder processName(String processName)
The process name.
This parameter is required.
example:test1
public CreateGroupMonitoringAgentProcessRequest build()
Copyright © 2026. All rights reserved.