Interface GetShardIteratorResponse.Builder

    • Method Detail

      • shardIterator

        GetShardIteratorResponse.Builder shardIterator​(String shardIterator)

        The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.

        Parameters:
        shardIterator - The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.