public static interface StartTextDetectionRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<StartTextDetectionRequest.Builder,StartTextDetectionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartTextDetectionRequest.Builder |
clientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
default StartTextDetectionRequest.Builder |
filters(Consumer<StartTextDetectionFilters.Builder> filters)
Optional parameters that let you set criteria the text must meet to be included in your response.
|
StartTextDetectionRequest.Builder |
filters(StartTextDetectionFilters filters)
Optional parameters that let you set criteria the text must meet to be included in your response.
|
StartTextDetectionRequest.Builder |
jobTag(String jobTag)
An identifier returned in the completion status published by your Amazon Simple Notification Service topic.
|
default StartTextDetectionRequest.Builder |
notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
Sets the value of the NotificationChannel property for this object.
|
StartTextDetectionRequest.Builder |
notificationChannel(NotificationChannel notificationChannel)
Sets the value of the NotificationChannel property for this object.
|
StartTextDetectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartTextDetectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default StartTextDetectionRequest.Builder |
video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
StartTextDetectionRequest.Builder |
video(Video video)
Sets the value of the Video property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartTextDetectionRequest.Builder video(Video video)
video - The new value for the Video property for this object.default StartTextDetectionRequest.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)StartTextDetectionRequest.Builder clientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request. If you use the same token with multiple
StartTextDetection requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidentaly started more than once.
clientRequestToken - Idempotent token used to identify the start request. If you use the same token with multiple
StartTextDetection requests, the same JobId is returned. Use
ClientRequestToken to prevent the same job from being accidentaly started more than once.StartTextDetectionRequest.Builder notificationChannel(NotificationChannel notificationChannel)
notificationChannel - The new value for the NotificationChannel property for this object.default StartTextDetectionRequest.Builder notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
NotificationChannel.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)StartTextDetectionRequest.Builder jobTag(String jobTag)
An identifier returned in the completion status published by 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 returned in the completion status published by your Amazon Simple Notification Service
topic. For example, you can use JobTag to group related jobs and identify them in the
completion notification.StartTextDetectionRequest.Builder filters(StartTextDetectionFilters filters)
Optional parameters that let you set criteria the text must meet to be included in your response.
filters - Optional parameters that let you set criteria the text must meet to be included in your response.default StartTextDetectionRequest.Builder filters(Consumer<StartTextDetectionFilters.Builder> filters)
Optional parameters that let you set criteria the text must meet to be included in your response.
This is a convenience that creates an instance of theStartTextDetectionFilters.Builder avoiding the
need to create one manually via StartTextDetectionFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to filters(StartTextDetectionFilters).filters - a consumer that will call methods on StartTextDetectionFilters.Builderfilters(StartTextDetectionFilters)StartTextDetectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartTextDetectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.