Uses of Interface
software.amazon.awssdk.services.kinesisvideomedia.model.StartSelector.Builder
-
Packages that use StartSelector.Builder Package Description software.amazon.awssdk.services.kinesisvideomedia.model -
-
Uses of StartSelector.Builder in software.amazon.awssdk.services.kinesisvideomedia.model
Methods in software.amazon.awssdk.services.kinesisvideomedia.model that return StartSelector.Builder Modifier and Type Method Description StartSelector.BuilderStartSelector.Builder. afterFragmentNumber(String afterFragmentNumber)Specifies the fragment number from where you want theGetMediaAPI to start returning the fragments.static StartSelector.BuilderStartSelector. builder()StartSelector.BuilderStartSelector.Builder. continuationToken(String continuationToken)Continuation token that Kinesis Video Streams returned in the previousGetMediaresponse.StartSelector.BuilderStartSelector.Builder. startSelectorType(String startSelectorType)Identifies the fragment on the Kinesis video stream where you want to start getting the data from.StartSelector.BuilderStartSelector.Builder. startSelectorType(StartSelectorType startSelectorType)Identifies the fragment on the Kinesis video stream where you want to start getting the data from.StartSelector.BuilderStartSelector.Builder. startTimestamp(Instant startTimestamp)A timestamp value.StartSelector.BuilderStartSelector. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideomedia.model that return types with arguments of type StartSelector.Builder Modifier and Type Method Description static Class<? extends StartSelector.Builder>StartSelector. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisvideomedia.model with type arguments of type StartSelector.Builder Modifier and Type Method Description default GetMediaRequest.BuilderGetMediaRequest.Builder. startSelector(Consumer<StartSelector.Builder> startSelector)Identifies the starting chunk to get from the specified stream.
-