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.
|
copyapply, buildStopAction.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.StopScopeStopAction.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.StopScopeStopAction.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.