public static interface SnsDestination.Builder extends SdkPojo, CopyableBuilder<SnsDestination.Builder,SnsDestination>
Modifier and Type | Method and Description |
---|---|
SnsDestination.Builder |
topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to.
|
copy
applyMutation, build
SnsDestination.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
topicArn
- The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to. For
more information about Amazon SNS topics, see the Amazon SNS Developer Guide.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.