public static interface SNSDestination.Builder extends SdkPojo, CopyableBuilder<SNSDestination.Builder,SNSDestination>
Modifier and Type | Method and Description |
---|---|
SNSDestination.Builder |
topicARN(String topicARN)
The ARN of the Amazon SNS topic that email sending events will be published to.
|
copy
applyMutation, build
SNSDestination.Builder topicARN(String topicARN)
The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS
topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS
topics, see the Amazon SNS Developer
Guide.
topicARN
- The ARN of the Amazon SNS topic that email sending events will be published to. An example of an
Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information
about Amazon SNS topics, see the Amazon SNS Developer Guide.Copyright © 2019. All rights reserved.