Interface SequenceNumberRange.Builder

    • Method Detail

      • startingSequenceNumber

        SequenceNumberRange.Builder startingSequenceNumber​(String startingSequenceNumber)

        The starting sequence number for the range.

        Parameters:
        startingSequenceNumber - The starting sequence number for the range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endingSequenceNumber

        SequenceNumberRange.Builder endingSequenceNumber​(String endingSequenceNumber)

        The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

        Parameters:
        endingSequenceNumber - The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.