Interface PublishBatchResultEntry.Builder

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

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

    • 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

      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.