Interface SequenceNumberRange.Builder

    • Method Detail

      • startingSequenceNumber

        SequenceNumberRange.Builder startingSequenceNumber​(String startingSequenceNumber)

        The first sequence number for the stream records contained within a shard. String contains numeric characters only.

        Parameters:
        startingSequenceNumber - The first sequence number for the stream records contained within a shard. String contains numeric characters only.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endingSequenceNumber

        SequenceNumberRange.Builder endingSequenceNumber​(String endingSequenceNumber)

        The last sequence number for the stream records contained within a shard. String contains numeric characters only.

        Parameters:
        endingSequenceNumber - The last sequence number for the stream records contained within a shard. String contains numeric characters only.
        Returns:
        Returns a reference to this object so that method calls can be chained together.