public static final class DescribeGroupMonitoringAgentProcessResponseBody.Target.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeGroupMonitoringAgentProcessResponseBody.Target.Builder |
arn(String arn)
The Alibaba Cloud Resource Name (ARN) of the resource.
|
DescribeGroupMonitoringAgentProcessResponseBody.Target |
build() |
DescribeGroupMonitoringAgentProcessResponseBody.Target.Builder |
id(String id)
The ID of the resource for which alerts are triggered.
|
DescribeGroupMonitoringAgentProcessResponseBody.Target.Builder |
jsonParmas(String jsonParmas)
The parameters of the alert callback.
|
DescribeGroupMonitoringAgentProcessResponseBody.Target.Builder |
level(String level)
The alert level.
|
public DescribeGroupMonitoringAgentProcessResponseBody.Target.Builder arn(String arn)
The Alibaba Cloud Resource Name (ARN) of the resource. Format: acs:{Service name abbreviation}:{regionId}:{userId}:/{Resource type}/{Resource name}/message. Example: acs:mns:cn-hangzhou:120886317861****:/queues/test123/message. Fields:
{Service name abbreviation}: the abbreviation of the service name. Set the value to Simple Message Queue (formerly MNS) (SMQ).
{userId}: the ID of the Alibaba Cloud account.
{regionId}: the region ID of the SMQ queue or topic.
{Resource type}: the type of the resource for which alerts are triggered. Valid values:
{Resource name}: the resource name.
acs:mns:cn-hangzhou:120886317861****:/queues/test/message
public DescribeGroupMonitoringAgentProcessResponseBody.Target.Builder id(String id)
The ID of the resource for which alerts are triggered.
example:123
public DescribeGroupMonitoringAgentProcessResponseBody.Target.Builder jsonParmas(String jsonParmas)
The parameters of the alert callback. The parameters are in the JSON format.
example:{"customField1":"value1","customField2":"$.name"}
public DescribeGroupMonitoringAgentProcessResponseBody.Target.Builder level(String level)
The alert level. Valid values:
CRITICAL
public DescribeGroupMonitoringAgentProcessResponseBody.Target build()
Copyright © 2026. All rights reserved.