Uses of Interface
software.amazon.awssdk.services.kinesis.model.StartingPosition.Builder
Packages that use StartingPosition.Builder
-
Uses of StartingPosition.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return StartingPosition.BuilderModifier and TypeMethodDescriptionstatic StartingPosition.BuilderStartingPosition.builder()StartingPosition.Builder.sequenceNumber(String sequenceNumber) The sequence number of the data record in the shard from which to start streaming.The time stamp of the data record from which to start reading.StartingPosition.toBuilder()You can set the starting position to one of the following values:StartingPosition.Builder.type(ShardIteratorType type) You can set the starting position to one of the following values:Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type StartingPosition.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartingPosition.Builder>StartingPosition.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type StartingPosition.BuilderModifier and TypeMethodDescriptiondefault SubscribeToShardRequest.BuilderSubscribeToShardRequest.Builder.startingPosition(Consumer<StartingPosition.Builder> startingPosition) The starting position in the data stream from which to start streaming.