public static interface PutNotificationConfigurationRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<PutNotificationConfigurationRequest.Builder,PutNotificationConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutNotificationConfigurationRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
PutNotificationConfigurationRequest.Builder |
notificationTypes(Collection<String> notificationTypes)
The type of event that causes the notification to be sent.
|
PutNotificationConfigurationRequest.Builder |
notificationTypes(String... notificationTypes)
The type of event that causes the notification to be sent.
|
PutNotificationConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutNotificationConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutNotificationConfigurationRequest.Builder |
topicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon SNS topic.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 SNS topic.
topicARN - The Amazon Resource Name (ARN) of the Amazon SNS topic.PutNotificationConfigurationRequest.Builder notificationTypes(Collection<String> notificationTypes)
The type of event that causes the notification to be sent. To query the notification types supported by Amazon EC2 Auto Scaling, call the DescribeAutoScalingNotificationTypes API.
notificationTypes - The type of event that causes the notification to be sent. To query the notification types supported
by Amazon EC2 Auto Scaling, call the DescribeAutoScalingNotificationTypes API.PutNotificationConfigurationRequest.Builder notificationTypes(String... notificationTypes)
The type of event that causes the notification to be sent. To query the notification types supported by Amazon EC2 Auto Scaling, call the DescribeAutoScalingNotificationTypes API.
notificationTypes - The type of event that causes the notification to be sent. To query the notification types supported
by Amazon EC2 Auto Scaling, call the DescribeAutoScalingNotificationTypes API.PutNotificationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutNotificationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.