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 Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.

      Parameters:
      topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.