CopyableBuilder<PutNotificationConfigurationRequest.Builder,PutNotificationConfigurationRequest>, SdkBuilder<PutNotificationConfigurationRequest.Builder,PutNotificationConfigurationRequest>public static interface PutNotificationConfigurationRequest.Builder extends CopyableBuilder<PutNotificationConfigurationRequest.Builder,PutNotificationConfigurationRequest>
| Modifier and Type | Method | Description |
|---|---|---|
PutNotificationConfigurationRequest.Builder |
autoScalingGroupName(String autoScalingGroupName) |
The name of the Auto Scaling group.
|
PutNotificationConfigurationRequest.Builder |
notificationTypes(String... notificationTypes) |
The type of event that will cause the notification to be sent.
|
PutNotificationConfigurationRequest.Builder |
notificationTypes(Collection<String> notificationTypes) |
The type of event that will cause the notification to be sent.
|
PutNotificationConfigurationRequest.Builder |
topicARN(String topicARN) |
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.
|
copyapply, buildPutNotificationConfigurationRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.PutNotificationConfigurationRequest.Builder topicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.
topicARN - The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.PutNotificationConfigurationRequest.Builder notificationTypes(Collection<String> notificationTypes)
The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.
notificationTypes - The type of event that will cause the notification to be sent. For details about notification types
supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.PutNotificationConfigurationRequest.Builder notificationTypes(String... notificationTypes)
The type of event that will cause the notification to be sent. For details about notification types supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.
NOTE: This method appends the values to the existing list (if any). Use
#setNotificationTypes(java.util.Collection) or #withNotificationTypes(java.util.Collection)
if you want to override the existing values.
notificationTypes - The type of event that will cause the notification to be sent. For details about notification types
supported by Auto Scaling, see DescribeAutoScalingNotificationTypes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.