public static interface GetShardIteratorResponse.Builder extends DynamoDbStreamsResponse.Builder, SdkPojo, CopyableBuilder<GetShardIteratorResponse.Builder,GetShardIteratorResponse>
Modifier and Type | Method and Description |
---|---|
GetShardIteratorResponse.Builder |
shardIterator(String shardIterator)
The position in the shard from which to start reading stream records sequentially.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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.Copyright © 2020. All rights reserved.