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 SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
topicArnThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-