static GetRecordsResponse.Builder |
GetRecordsResponse.builder() |
|
GetRecordsResponse.Builder |
GetRecordsResponse.Builder.childShards(Collection<ChildShard> childShards) |
The list of the current shard's child shards, returned in the GetRecords API's response only
when the end of the current shard is reached.
|
GetRecordsResponse.Builder |
GetRecordsResponse.Builder.childShards(Consumer<ChildShard.Builder>... childShards) |
The list of the current shard's child shards, returned in the GetRecords API's response only
when the end of the current shard is reached.
|
GetRecordsResponse.Builder |
GetRecordsResponse.Builder.childShards(ChildShard... childShards) |
The list of the current shard's child shards, returned in the GetRecords API's response only
when the end of the current shard is reached.
|
GetRecordsResponse.Builder |
GetRecordsResponse.Builder.millisBehindLatest(Long millisBehindLatest) |
The number of milliseconds the GetRecords response is from the tip of the stream, indicating how far
behind current time the consumer is.
|
GetRecordsResponse.Builder |
GetRecordsResponse.Builder.nextShardIterator(String nextShardIterator) |
The next position in the shard from which to start sequentially reading data records.
|
GetRecordsResponse.Builder |
GetRecordsResponse.Builder.records(Collection<Record> records) |
The data records retrieved from the shard.
|
GetRecordsResponse.Builder |
GetRecordsResponse.Builder.records(Consumer<Record.Builder>... records) |
The data records retrieved from the shard.
|
GetRecordsResponse.Builder |
GetRecordsResponse.Builder.records(Record... records) |
The data records retrieved from the shard.
|
GetRecordsResponse.Builder |
GetRecordsResponse.toBuilder() |
|