CopyableBuilder<GetRecordsRequest.Builder,GetRecordsRequest>, SdkBuilder<GetRecordsRequest.Builder,GetRecordsRequest>public static interface GetRecordsRequest.Builder extends CopyableBuilder<GetRecordsRequest.Builder,GetRecordsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetRecordsRequest.Builder |
limit(Integer limit) |
The maximum number of records to return.
|
GetRecordsRequest.Builder |
shardIterator(String shardIterator) |
The position in the shard from which you want to start sequentially reading data records.
|
copyapply, buildGetRecordsRequest.Builder shardIterator(String shardIterator)
The position in the shard from which you want to start sequentially reading data records. A shard iterator specifies this position using the sequence number of a data record in the shard.
shardIterator - The position in the shard from which you want to start sequentially reading data records. A shard
iterator specifies this position using the sequence number of a data record in the shard.GetRecordsRequest.Builder limit(Integer limit)
The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that is
greater than 10,000, GetRecords throws InvalidArgumentException.
limit - The maximum number of records to return. Specify a value of up to 10,000. If you specify a value that
is greater than 10,000, GetRecords throws InvalidArgumentException.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.