public static interface StopAction.Builder extends SdkPojo, CopyableBuilder<StopAction.Builder,StopAction>
Modifier and Type | Method and Description |
---|---|
StopAction.Builder |
scope(StopScope scope)
The name of the RuleSet that is being stopped.
|
StopAction.Builder |
scope(String scope)
The name of the RuleSet that is being stopped.
|
StopAction.Builder |
topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.
|
copy
applyMutation, build
StopAction.Builder scope(String scope)
The name of the RuleSet that is being stopped.
StopAction.Builder scope(StopScope scope)
The name of the RuleSet that is being stopped.
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 © 2019. All rights reserved.