CopyableBuilder<DeleteNotificationConfigurationRequest.Builder,DeleteNotificationConfigurationRequest>
, SdkBuilder<DeleteNotificationConfigurationRequest.Builder,DeleteNotificationConfigurationRequest>
public static interface DeleteNotificationConfigurationRequest.Builder extends CopyableBuilder<DeleteNotificationConfigurationRequest.Builder,DeleteNotificationConfigurationRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteNotificationConfigurationRequest.Builder |
autoScalingGroupName(String 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.
|
copy
apply, build
DeleteNotificationConfigurationRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.