public static final class CfnConfigurationSetEventDestination.SnsDestinationProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConfigurationSetEventDestination.SnsDestinationProperty |
build()
Builds the configured instance.
|
CfnConfigurationSetEventDestination.SnsDestinationProperty.Builder |
topicArn(java.lang.String topicArn)
Sets the value of
CfnConfigurationSetEventDestination.SnsDestinationProperty.getTopicArn() |
public CfnConfigurationSetEventDestination.SnsDestinationProperty.Builder topicArn(java.lang.String topicArn)
CfnConfigurationSetEventDestination.SnsDestinationProperty.getTopicArn()
topicArn
- The ARN of the Amazon SNS topic for email sending events. This parameter is required.
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
public CfnConfigurationSetEventDestination.SnsDestinationProperty build()
CfnConfigurationSetEventDestination.SnsDestinationProperty
java.lang.NullPointerException
- if any required attribute was not provided