@Stability(value=Experimental) public static final class SNSActionConfig.Builder extends Object implements software.amazon.jsii.Builder<SNSActionConfig>
SNSActionConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SNSActionConfig |
build()
Builds the configured instance.
|
SNSActionConfig.Builder |
encoding(String encoding)
Sets the value of
SNSActionConfig.getEncoding() |
SNSActionConfig.Builder |
topicArn(String topicArn)
Sets the value of
SNSActionConfig.getTopicArn() |
@Stability(value=Experimental) public SNSActionConfig.Builder encoding(String encoding)
SNSActionConfig.getEncoding()encoding - The encoding to use for the email within the Amazon SNS notification.this@Stability(value=Experimental) public SNSActionConfig.Builder topicArn(String topicArn)
SNSActionConfig.getTopicArn()topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic to notify.this@Stability(value=Experimental) public SNSActionConfig build()
build in interface software.amazon.jsii.Builder<SNSActionConfig>SNSActionConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.