Interface GetShardIteratorResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetShardIteratorResponse.Builder,GetShardIteratorResponse>, DynamoDbStreamsResponse.Builder, SdkBuilder<GetShardIteratorResponse.Builder,GetShardIteratorResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetShardIteratorResponse

  • Method Details

    • shardIterator

      GetShardIteratorResponse.Builder shardIterator(String shardIterator)

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

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