@Stability(value=Experimental) public static final class StopActionConfig.Builder extends Object implements software.amazon.jsii.Builder<StopActionConfig>
StopActionConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StopActionConfig |
build()
Builds the configured instance.
|
StopActionConfig.Builder |
scope(String scope)
Sets the value of
StopActionConfig.getScope() |
StopActionConfig.Builder |
topicArn(String topicArn)
Sets the value of
StopActionConfig.getTopicArn() |
@Stability(value=Experimental) public StopActionConfig.Builder scope(String scope)
StopActionConfig.getScope()scope - The scope of the StopAction. This parameter is required.
The only acceptable value is RuleSet.this@Stability(value=Experimental) public StopActionConfig.Builder topicArn(String topicArn)
StopActionConfig.getTopicArn()topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.this@Stability(value=Experimental) public StopActionConfig build()
build in interface software.amazon.jsii.Builder<StopActionConfig>StopActionConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.