Uses of Interface
software.amazon.awssdk.services.rekognition.model.StreamProcessingStopSelector.Builder
-
Packages that use StreamProcessingStopSelector.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of StreamProcessingStopSelector.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return StreamProcessingStopSelector.Builder Modifier and Type Method Description static StreamProcessingStopSelector.BuilderStreamProcessingStopSelector. builder()StreamProcessingStopSelector.BuilderStreamProcessingStopSelector.Builder. maxDurationInSeconds(Long maxDurationInSeconds)Specifies the maximum amount of time in seconds that you want the stream to be processed.StreamProcessingStopSelector.BuilderStreamProcessingStopSelector. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type StreamProcessingStopSelector.Builder Modifier and Type Method Description static Class<? extends StreamProcessingStopSelector.Builder>StreamProcessingStopSelector. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type StreamProcessingStopSelector.Builder Modifier and Type Method Description default StartStreamProcessorRequest.BuilderStartStreamProcessorRequest.Builder. stopSelector(Consumer<StreamProcessingStopSelector.Builder> stopSelector)Specifies when to stop processing the stream.
-