Interface GetShardIteratorResponse.Builder

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

public static interface GetShardIteratorResponse.Builder extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<GetShardIteratorResponse.Builder,GetShardIteratorResponse>
  • Method Details

    • 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.