Interface SNSDestination.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SNSDestination.Builder,SNSDestination>, SdkBuilder<SNSDestination.Builder,SNSDestination>, SdkPojo
Enclosing class:
SNSDestination

public static interface SNSDestination.Builder extends SdkPojo, CopyableBuilder<SNSDestination.Builder,SNSDestination>
  • Method Details

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