Uses of Interface
software.amazon.awssdk.services.kinesis.model.SubscribeToShardEvent.Builder
Packages that use SubscribeToShardEvent.Builder
-
Uses of SubscribeToShardEvent.Builder in software.amazon.awssdk.services.kinesis.model
Classes in software.amazon.awssdk.services.kinesis.model that implement SubscribeToShardEvent.BuilderMethods in software.amazon.awssdk.services.kinesis.model that return SubscribeToShardEvent.BuilderModifier and TypeMethodDescriptionSubscribeToShardEvent.builder()SubscribeToShardEvent.Builder.childShards(Collection<ChildShard> childShards) The list of the child shards of the current shard, returned only at the end of the current shard.SubscribeToShardEvent.Builder.childShards(Consumer<ChildShard.Builder>... childShards) The list of the child shards of the current shard, returned only at the end of the current shard.SubscribeToShardEvent.Builder.childShards(ChildShard... childShards) The list of the child shards of the current shard, returned only at the end of the current shard.SubscribeToShardEvent.BuilderImpl.childShards(Collection<ChildShard> childShards) SubscribeToShardEvent.BuilderImpl.childShards(Consumer<ChildShard.Builder>... childShards) SubscribeToShardEvent.BuilderImpl.childShards(ChildShard... childShards) SubscribeToShardEvent.Builder.continuationSequenceNumber(String continuationSequenceNumber) Use this asSequenceNumberin the next call to SubscribeToShard, withStartingPositionset toAT_SEQUENCE_NUMBERorAFTER_SEQUENCE_NUMBER.SubscribeToShardEvent.BuilderImpl.continuationSequenceNumber(String continuationSequenceNumber) SubscribeToShardEvent.Builder.millisBehindLatest(Long millisBehindLatest) The number of milliseconds the read records are from the tip of the stream, indicating how far behind current time the consumer is.SubscribeToShardEvent.BuilderImpl.millisBehindLatest(Long millisBehindLatest) SubscribeToShardEvent.Builder.records(Collection<Record> records) SubscribeToShardEvent.Builder.records(Consumer<Record.Builder>... records) This is a convenience method that creates an instance of theRecord.Builderavoiding the need to create one manually viaRecord.builder().SubscribeToShardEvent.BuilderImpl.records(Collection<Record> records) SubscribeToShardEvent.BuilderImpl.records(Consumer<Record.Builder>... records) SubscribeToShardEventStream.subscribeToShardEventBuilder()Create a builder for theSubscribeToShardEventevent type for this stream.SubscribeToShardEvent.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type SubscribeToShardEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SubscribeToShardEvent.Builder>SubscribeToShardEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type SubscribeToShardEvent.BuilderModifier and TypeMethodDescriptionfinal SubscribeToShardEventSubscribeToShardEvent.copy(Consumer<? super SubscribeToShardEvent.Builder> modifier)