@Stability(value=Stable) public static final class CfnReceiptRule.StopActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnReceiptRule.StopActionProperty>
CfnReceiptRule.StopActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnReceiptRule.StopActionProperty |
build()
Builds the configured instance.
|
CfnReceiptRule.StopActionProperty.Builder |
scope(String scope)
Sets the value of
CfnReceiptRule.StopActionProperty.getScope() |
CfnReceiptRule.StopActionProperty.Builder |
topicArn(String topicArn)
Sets the value of
CfnReceiptRule.StopActionProperty.getTopicArn() |
@Stability(value=Stable) public CfnReceiptRule.StopActionProperty.Builder scope(String scope)
CfnReceiptRule.StopActionProperty.getScope()scope - The scope of the StopAction. This parameter is required.
The only acceptable value is RuleSet .this@Stability(value=Stable) public CfnReceiptRule.StopActionProperty.Builder topicArn(String topicArn)
CfnReceiptRule.StopActionProperty.getTopicArn()topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.
You can find the ARN of a topic by using the ListTopics Amazon SNS operation.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .
this@Stability(value=Stable) public CfnReceiptRule.StopActionProperty build()
build in interface software.amazon.jsii.Builder<CfnReceiptRule.StopActionProperty>CfnReceiptRule.StopActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.