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