Interface PublishBatchResultEntry.Builder

    • Method Detail

      • id

        PublishBatchResultEntry.Builder id​(String id)

        The Id of an entry in a batch request.

        Parameters:
        id - The Id of an entry in a batch request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messageId

        PublishBatchResultEntry.Builder messageId​(String messageId)

        An identifier for the message.

        Parameters:
        messageId - An identifier for the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sequenceNumber

        PublishBatchResultEntry.Builder sequenceNumber​(String sequenceNumber)

        This parameter applies only to FIFO (first-in-first-out) topics.

        The large, non-consecutive number that Amazon SNS assigns to each message.

        The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for a particular MessageGroupId.

        Parameters:
        sequenceNumber - This parameter applies only to FIFO (first-in-first-out) topics.

        The large, non-consecutive number that Amazon SNS assigns to each message.

        The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for a particular MessageGroupId.

        Returns:
        Returns a reference to this object so that method calls can be chained together.