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. An example of
an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. 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. An
example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For
more information about Amazon SNS topics, see the Amazon SNS Developer Guide.Copyright © 2022. All rights reserved.