public static interface StartSegmentDetectionRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<StartSegmentDetectionRequest.Builder,StartSegmentDetectionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartSegmentDetectionRequest.Builder |
clientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
default StartSegmentDetectionRequest.Builder |
filters(Consumer<StartSegmentDetectionFilters.Builder> filters)
Filters for technical cue or shot detection.
|
StartSegmentDetectionRequest.Builder |
filters(StartSegmentDetectionFilters filters)
Filters for technical cue or shot detection.
|
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 |
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 |
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartSegmentDetectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartSegmentDetectionRequest.Builder |
segmentTypes(Collection<SegmentType> segmentTypes)
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest.Builder |
segmentTypes(SegmentType... segmentTypes)
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest.Builder |
segmentTypesWithStrings(Collection<String> segmentTypes)
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest.Builder |
segmentTypesWithStrings(String... segmentTypes)
An array of segment types to detect in the video.
|
default StartSegmentDetectionRequest.Builder |
video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
StartSegmentDetectionRequest.Builder |
video(Video video)
Sets the value of the Video property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartSegmentDetectionRequest.Builder video(Video video)
video - The new value for the Video property for this object.default StartSegmentDetectionRequest.Builder video(Consumer<Video.Builder> video)
Video.Builder avoiding the need to
create one manually via Video.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to video(Video).
video - a consumer that will call methods on Video.Buildervideo(Video)StartSegmentDetectionRequest.Builder clientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request. If you use the same token with multiple
StartSegmentDetection requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidently started more than once.
clientRequestToken - Idempotent token used to identify the start request. If you use the same token with multiple
StartSegmentDetection requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidently started more than once.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. Note that the Amazon SNS topic must have a topic name that begins with AmazonRekognition if you are using the AmazonRekognitionServiceRole permissions policy to access the topic.
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. Note that the Amazon SNS topic must have a topic name that
begins with AmazonRekognition if you are using the AmazonRekognitionServiceRole permissions
policy to access the topic.default 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. Note that the Amazon SNS topic must have a topic name that begins with AmazonRekognition if you are using the AmazonRekognitionServiceRole permissions policy to access the topic.
This is a convenience method that creates an instance of theNotificationChannel.Builder avoiding the
need to create one manually via NotificationChannel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to notificationChannel(NotificationChannel).
notificationChannel - a consumer that will call methods on NotificationChannel.BuildernotificationChannel(NotificationChannel)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. For example, you can use JobTag to group related jobs and
identify them in the completion notification.
jobTag - An identifier you specify that's returned in the completion notification that's published to your
Amazon Simple Notification Service topic. For example, you can use JobTag to group
related jobs and identify them in the completion notification.StartSegmentDetectionRequest.Builder filters(StartSegmentDetectionFilters filters)
Filters for technical cue or shot detection.
filters - Filters for technical cue or shot detection.default StartSegmentDetectionRequest.Builder filters(Consumer<StartSegmentDetectionFilters.Builder> filters)
Filters for technical cue or shot detection.
This is a convenience method that creates an instance of theStartSegmentDetectionFilters.Builder
avoiding the need to create one manually via StartSegmentDetectionFilters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to filters(StartSegmentDetectionFilters).
filters - a consumer that will call methods on StartSegmentDetectionFilters.Builderfilters(StartSegmentDetectionFilters)StartSegmentDetectionRequest.Builder segmentTypesWithStrings(Collection<String> segmentTypes)
An array of segment types to detect in the video. Valid values are TECHNICAL_CUE and SHOT.
segmentTypes - An array of segment types to detect in the video. Valid values are TECHNICAL_CUE and SHOT.StartSegmentDetectionRequest.Builder segmentTypesWithStrings(String... segmentTypes)
An array of segment types to detect in the video. Valid values are TECHNICAL_CUE and SHOT.
segmentTypes - An array of segment types to detect in the video. Valid values are TECHNICAL_CUE and SHOT.StartSegmentDetectionRequest.Builder segmentTypes(Collection<SegmentType> segmentTypes)
An array of segment types to detect in the video. Valid values are TECHNICAL_CUE and SHOT.
segmentTypes - An array of segment types to detect in the video. Valid values are TECHNICAL_CUE and SHOT.StartSegmentDetectionRequest.Builder segmentTypes(SegmentType... segmentTypes)
An array of segment types to detect in the video. Valid values are TECHNICAL_CUE and SHOT.
segmentTypes - An array of segment types to detect in the video. Valid values are TECHNICAL_CUE and SHOT.StartSegmentDetectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartSegmentDetectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.