static StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.builder() |
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.clientRequestToken(String clientRequestToken) |
Idempotent token used to identify the start request.
|
default StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.filters(Consumer<StartSegmentDetectionFilters.Builder> filters) |
Filters for technical cue or shot detection.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.filters(StartSegmentDetectionFilters filters) |
Filters for technical cue or shot detection.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.jobTag(String jobTag) |
An identifier you specify that's returned in the completion notification that's published to your Amazon
Simple Notification Service topic.
|
default StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel) |
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status
of the segment detection operation.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.notificationChannel(NotificationChannel notificationChannel) |
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status
of the segment detection operation.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.segmentTypes(Collection<SegmentType> segmentTypes) |
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.segmentTypes(SegmentType... segmentTypes) |
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.segmentTypesWithStrings(String... segmentTypes) |
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.segmentTypesWithStrings(Collection<String> segmentTypes) |
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.toBuilder() |
|
default StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.video(Consumer<Video.Builder> video) |
Sets the value of the Video property for this object.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.video(Video video) |
Sets the value of the Video property for this object.
|