public static final class ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder |
arn(String arn)
The Alibaba Cloud Resource Name (ARN) of the resource.
|
ModifyHostAvailabilityRequest.AlertConfigTargetList |
build() |
ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder |
id(String id)
The ID of the resource for which alerts are triggered.
|
ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder |
jsonParams(String jsonParams)
The parameters of the alert callback.
|
ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder |
level(String level)
The alert level.
|
public ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder arn(String arn)
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. Valid value: mns. * {userId}: the ID of the Alibaba Cloud account. * {regionId}: the region ID of the message queue or topic. * {Resource type}: the type of the resource that triggers the alert. Valid values: * **queues** * **topics** * {Resource name}: the resource name. * If the resource type is **queues**, the resource name is the queue name. * If the resource type is **topics**, the resource name is the topic name.
public ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder id(String id)
public ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder jsonParams(String jsonParams)
public ModifyHostAvailabilityRequest.AlertConfigTargetList.Builder level(String level)
* INFO * WARN * CRITICAL
public ModifyHostAvailabilityRequest.AlertConfigTargetList build()
Copyright © 2024. All rights reserved.