Interface SNSTopicPublishAction.Builder

    • Method Detail

      • targetArn

        SNSTopicPublishAction.Builder targetArn​(String targetArn)

        The ARN of the Amazon SNS target where the message is sent.

        Parameters:
        targetArn - The ARN of the Amazon SNS target where the message is sent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • payload

        SNSTopicPublishAction.Builder payload​(Payload payload)

        You can configure the action payload when you send a message as an Amazon SNS push notification.

        Parameters:
        payload - You can configure the action payload when you send a message as an Amazon SNS push notification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.