| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamProcessingStopSelector.Builder |
StreamProcessingStopSelector.builder() |
StreamProcessingStopSelector.Builder |
StreamProcessingStopSelector.Builder.maxDurationInSeconds(Long maxDurationInSeconds)
Specifies the maximum amount of time in seconds that you want the stream to be processed.
|
StreamProcessingStopSelector.Builder |
StreamProcessingStopSelector.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamProcessingStopSelector.Builder> |
StreamProcessingStopSelector.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartStreamProcessorRequest.Builder |
StartStreamProcessorRequest.Builder.stopSelector(Consumer<StreamProcessingStopSelector.Builder> stopSelector)
Specifies when to stop processing the stream.
|
Copyright © 2023. All rights reserved.