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 for email sending events.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSNSDestination.Builder topicARN(String topicARN)
The ARN of the Amazon SNS topic for email sending events. 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.
topicARN - The ARN of the Amazon SNS topic for email sending events. 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.
Copyright © 2023. All rights reserved.