Interface GetShardIteratorResponse.Builder

  • Method Details

    • shardIterator

      GetShardIteratorResponse.Builder shardIterator(String shardIterator)

      The unique identifier for the shard iterator. This value is used in the GetRecords operation to retrieve data records from the specified shard. Each shard iterator expires 5 minutes after it is returned to the requester.

      Parameters:
      shardIterator - The unique identifier for the shard iterator. This value is used in the GetRecords operation to retrieve data records from the specified shard. Each shard iterator expires 5 minutes after it is returned to the requester.
      Returns:
      Returns a reference to this object so that method calls can be chained together.