Interface SNSDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SNSDestination.Builder,SNSDestination>,SdkBuilder<SNSDestination.Builder,SNSDestination>,SdkPojo
- Enclosing class:
- SNSDestination
@Mutable @NotThreadSafe public static interface SNSDestination.Builder extends SdkPojo, CopyableBuilder<SNSDestination.Builder,SNSDestination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SNSDestination.BuildertopicARN(String topicARN)The ARN of the Amazon SNS topic for email sending events.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-