public static final class DeleteNotificationConfigurationRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteNotificationConfigurationRequest |
build() |
DeleteNotificationConfigurationRequest.Builder |
notificationArn(String notificationArn)
The Alibaba Cloud Resource Name (ARN) of the notification method.
|
DeleteNotificationConfigurationRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DeleteNotificationConfigurationRequest.Builder |
regionId(String regionId)
The region ID of the scaling group.
|
DeleteNotificationConfigurationRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DeleteNotificationConfigurationRequest.Builder |
scalingGroupId(String scalingGroupId)
The ID of the scaling group.
|
public DeleteNotificationConfigurationRequest.Builder notificationArn(String notificationArn)
* If you use CloudMonitor as the notification party, the value format of this parameter is acs:ess:{region-id}:{account-id}:cloudmonitor. * If you use an MNS queue as the notification party, the value format of this parameter is acs:mns:{region-id}:{account-id}:queue/{queuename}. * If you use an MNS topic as the notification party, the value format of this parameter is acs:mns:{region-id}:{account-id}:topic/{topicname}. The variables in the preceding formats have the following meanings: * region-id: the region ID of the scaling group. * account-id: the ID of the Alibaba Cloud account. * queuename: the name of the MNS queue. * topicname: the name of the MNS topic.
public DeleteNotificationConfigurationRequest.Builder ownerId(Long ownerId)
public DeleteNotificationConfigurationRequest.Builder regionId(String regionId)
public DeleteNotificationConfigurationRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DeleteNotificationConfigurationRequest.Builder scalingGroupId(String scalingGroupId)
public DeleteNotificationConfigurationRequest build()
Copyright © 2024. All rights reserved.