Interface SNSDestination.Builder

    • Method Detail

      • topicARN

        SNSDestination.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.