public static final class DescribeNotificationConfigurationsResponseBody.NotificationConfigurationModels.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeNotificationConfigurationsResponseBody.NotificationConfigurationModels |
build() |
DescribeNotificationConfigurationsResponseBody.NotificationConfigurationModels.Builder |
notificationArn(String notificationArn)
The Alibaba Cloud Resource Name (ARN) of the notification method.
|
DescribeNotificationConfigurationsResponseBody.NotificationConfigurationModels.Builder |
notificationTypes(List<String> notificationTypes)
The types of the notifications.
|
DescribeNotificationConfigurationsResponseBody.NotificationConfigurationModels.Builder |
scalingGroupId(String scalingGroupId)
The ID of the scaling group.
|
DescribeNotificationConfigurationsResponseBody.NotificationConfigurationModels.Builder |
timeZone(String timeZone)
TimeZone.
|
public DescribeNotificationConfigurationsResponseBody.NotificationConfigurationModels.Builder notificationArn(String notificationArn)
* If you use CloudMonitor as the notification method, the value format of this parameter is acs:ess:{region-id}:{account-id}:cloudmonitor. * If you use a Message Service (MNS) queue as the notification method, the value format of this parameter is acs:mns:{region-id}:{account-id}:queue/{queuename}. * If you use an MNS topic as the notification method, 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 DescribeNotificationConfigurationsResponseBody.NotificationConfigurationModels.Builder notificationTypes(List<String> notificationTypes)
public DescribeNotificationConfigurationsResponseBody.NotificationConfigurationModels.Builder scalingGroupId(String scalingGroupId)
public DescribeNotificationConfigurationsResponseBody.NotificationConfigurationModels.Builder timeZone(String timeZone)
public DescribeNotificationConfigurationsResponseBody.NotificationConfigurationModels build()
Copyright © 2024. All rights reserved.