Interface NotificationTargetItem.Builder

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

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

    • snsTopicArn

      NotificationTargetItem.Builder snsTopicArn(String snsTopicArn)

      The Amazon Resource Name (ARN) of the SNS topic.

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