CopyableBuilder<GetShardIteratorResponse.Builder,GetShardIteratorResponse>
, SdkBuilder<GetShardIteratorResponse.Builder,GetShardIteratorResponse>
public static interface GetShardIteratorResponse.Builder extends CopyableBuilder<GetShardIteratorResponse.Builder,GetShardIteratorResponse>
Modifier and Type | Method | Description |
---|---|---|
GetShardIteratorResponse.Builder |
shardIterator(String shardIterator) |
The position in the shard from which to start reading data records sequentially.
|
copy
apply, build
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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.