public static interface SNSDestination.Builder extends 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.
|
copyapply, buildSNSDestination.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.