Interface SnsChannelConfig.Builder

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

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

    • topicArn

      SnsChannelConfig.Builder topicArn(String topicArn)

      The Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.

      Parameters:
      topicArn - The Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.