public static interface NotificationConfiguration.Builder extends SdkPojo, CopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration>
Modifier and Type | Method and Description |
---|---|
NotificationConfiguration.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
NotificationConfiguration.Builder |
notificationType(String notificationType)
One of the following event notification types:
|
NotificationConfiguration.Builder |
topicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.
|
copy
applyMutation, build
NotificationConfiguration.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.NotificationConfiguration.Builder topicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.
topicARN
- The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.NotificationConfiguration.Builder notificationType(String notificationType)
One of the following event notification types:
autoscaling:EC2_INSTANCE_LAUNCH
autoscaling:EC2_INSTANCE_LAUNCH_ERROR
autoscaling:EC2_INSTANCE_TERMINATE
autoscaling:EC2_INSTANCE_TERMINATE_ERROR
autoscaling:TEST_NOTIFICATION
notificationType
- One of the following event notification types:
autoscaling:EC2_INSTANCE_LAUNCH
autoscaling:EC2_INSTANCE_LAUNCH_ERROR
autoscaling:EC2_INSTANCE_TERMINATE
autoscaling:EC2_INSTANCE_TERMINATE_ERROR
autoscaling:TEST_NOTIFICATION
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.