Uses of Interface
software.amazon.awssdk.services.kinesis.model.GetRecordsResponse.Builder
Packages that use GetRecordsResponse.Builder
-
Uses of GetRecordsResponse.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return GetRecordsResponse.BuilderModifier and TypeMethodDescriptionstatic GetRecordsResponse.BuilderGetRecordsResponse.builder()GetRecordsResponse.Builder.childShards(Collection<ChildShard> childShards) The list of the current shard's child shards, returned in theGetRecordsAPI's response only when the end of the current shard is reached.GetRecordsResponse.Builder.childShards(Consumer<ChildShard.Builder>... childShards) The list of the current shard's child shards, returned in theGetRecordsAPI's response only when the end of the current shard is reached.GetRecordsResponse.Builder.childShards(ChildShard... childShards) The list of the current shard's child shards, returned in theGetRecordsAPI's response only when the end of the current shard is reached.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.nextShardIterator(String nextShardIterator) The next position in the shard from which to start sequentially reading data records.GetRecordsResponse.Builder.records(Collection<Record> records) The data records retrieved from the shard.GetRecordsResponse.Builder.records(Consumer<Record.Builder>... records) The data records retrieved from the shard.The data records retrieved from the shard.GetRecordsResponse.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type GetRecordsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetRecordsResponse.Builder>GetRecordsResponse.serializableBuilderClass()