public static interface DeleteNotificationConfigurationRequest.Builder extends AutoScalingRequest.Builder, CopyableBuilder<DeleteNotificationConfigurationRequest.Builder,DeleteNotificationConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteNotificationConfigurationRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DeleteNotificationConfigurationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteNotificationConfigurationRequest.Builder |
topicARN(String topicARN)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteNotificationConfigurationRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.DeleteNotificationConfigurationRequest.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.DeleteNotificationConfigurationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.