public static interface StopAction.Builder extends SdkPojo, CopyableBuilder<StopAction.Builder,StopAction>
| Modifier and Type | Method and Description |
|---|---|
StopAction.Builder |
scope(StopScope scope)
The scope of the StopAction.
|
StopAction.Builder |
scope(String scope)
The scope of the StopAction.
|
StopAction.Builder |
topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStopAction.Builder scope(String scope)
The scope of the StopAction. The only acceptable value is RuleSet.
StopAction.Builder scope(StopScope scope)
The scope of the StopAction. The only acceptable value is RuleSet.
StopAction.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. You can find the ARN of a topic by using the ListTopics Amazon SNS operation.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. You
can find the ARN of a topic by using the ListTopics Amazon SNS
operation.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
Copyright © 2023. All rights reserved.