@Stability(value=Stable) public static final class CfnConfigurationSetEventDestination.SnsDestinationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationSetEventDestination.SnsDestinationProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationSetEventDestination.SnsDestinationProperty |
build()
Builds the configured instance.
|
CfnConfigurationSetEventDestination.SnsDestinationProperty.Builder |
topicArn(String topicArn)
Sets the value of
CfnConfigurationSetEventDestination.SnsDestinationProperty.getTopicArn() |
@Stability(value=Stable) public CfnConfigurationSetEventDestination.SnsDestinationProperty.Builder topicArn(String topicArn)
CfnConfigurationSetEventDestination.SnsDestinationProperty.getTopicArn()topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to. This parameter is required.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .this@Stability(value=Stable) public CfnConfigurationSetEventDestination.SnsDestinationProperty build()
build in interface software.amazon.jsii.Builder<CfnConfigurationSetEventDestination.SnsDestinationProperty>CfnConfigurationSetEventDestination.SnsDestinationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.