Uses of Interface
software.amazon.awssdk.services.kinesis.model.StartingPosition.Builder
-
Packages that use StartingPosition.Builder Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of StartingPosition.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return StartingPosition.Builder Modifier and Type Method Description static StartingPosition.BuilderStartingPosition. builder()StartingPosition.BuilderStartingPosition.Builder. sequenceNumber(String sequenceNumber)The sequence number of the data record in the shard from which to start streaming.StartingPosition.BuilderStartingPosition.Builder. timestamp(Instant timestamp)The time stamp of the data record from which to start reading.StartingPosition.BuilderStartingPosition. toBuilder()StartingPosition.BuilderStartingPosition.Builder. type(String type)You can set the starting position to one of the following values:StartingPosition.BuilderStartingPosition.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.Builder Modifier and Type Method Description static Class<? extends StartingPosition.Builder>StartingPosition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type StartingPosition.Builder Modifier and Type Method Description default SubscribeToShardRequest.BuilderSubscribeToShardRequest.Builder. startingPosition(Consumer<StartingPosition.Builder> startingPosition)The starting position in the data stream from which to start streaming.
-