CopyableBuilder<StopAction.Builder,StopAction>
, SdkBuilder<StopAction.Builder,StopAction>
public static interface StopAction.Builder extends CopyableBuilder<StopAction.Builder,StopAction>
Modifier and Type | Method | Description |
---|---|---|
StopAction.Builder |
scope(String scope) |
The scope to which the Stop action applies.
|
StopAction.Builder |
scope(StopScope scope) |
The scope to which the Stop action applies.
|
StopAction.Builder |
topicArn(String topicArn) |
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.
|
copy
apply, build
StopAction.Builder scope(String scope)
The scope to which the Stop action applies. That is, what is being stopped.
scope
- The scope to which the Stop action applies. That is, what is being stopped.StopScope
StopAction.Builder scope(StopScope scope)
The scope to which the Stop action applies. That is, what is being stopped.
scope
- The scope to which the Stop action applies. That is, what is being stopped.StopScope
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.