Interface StartTextDetectionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartTextDetectionRequest.Builder,,StartTextDetectionRequest> RekognitionRequest.Builder,SdkBuilder<StartTextDetectionRequest.Builder,,StartTextDetectionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartTextDetectionRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) Idempotent token used to identify the start request.filters(Consumer<StartTextDetectionFilters.Builder> filters) Optional parameters that let you set criteria the text must meet to be included in your response.filters(StartTextDetectionFilters filters) Optional parameters that let you set criteria the text must meet to be included in your response.An identifier returned in the completion status published by your Amazon Simple Notification Service topic.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel) Sets the value of the NotificationChannel property for this object.notificationChannel(NotificationChannel notificationChannel) Sets the value of the NotificationChannel property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.video(Consumer<Video.Builder> video) Sets the value of the Video property for this object.Sets the value of the Video property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
video
Sets the value of the Video property for this object.- Parameters:
video- The new value for the Video property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
video
Sets the value of the Video property for this object. This is a convenience method that creates an instance of theVideo.Builderavoiding the need to create one manually viaVideo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovideo(Video).- Parameters:
video- a consumer that will call methods onVideo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientRequestToken
Idempotent token used to identify the start request. If you use the same token with multiple
StartTextDetectionrequests, the sameJobIdis returned. UseClientRequestTokento prevent the same job from being accidentaly started more than once.- Parameters:
clientRequestToken- Idempotent token used to identify the start request. If you use the same token with multipleStartTextDetectionrequests, the sameJobIdis returned. UseClientRequestTokento prevent the same job from being accidentaly started more than once.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationChannel
Sets the value of the NotificationChannel property for this object.- Parameters:
notificationChannel- The new value for the NotificationChannel property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationChannel
default StartTextDetectionRequest.Builder notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel) Sets the value of the NotificationChannel property for this object. This is a convenience method that creates an instance of theNotificationChannel.Builderavoiding the need to create one manually viaNotificationChannel.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonotificationChannel(NotificationChannel).- Parameters:
notificationChannel- a consumer that will call methods onNotificationChannel.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobTag
An identifier returned in the completion status published by your Amazon Simple Notification Service topic. For example, you can use
JobTagto group related jobs and identify them in the completion notification.- Parameters:
jobTag- An identifier returned in the completion status published by your Amazon Simple Notification Service topic. For example, you can useJobTagto group related jobs and identify them in the completion notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Optional parameters that let you set criteria the text must meet to be included in your response.
- Parameters:
filters- Optional parameters that let you set criteria the text must meet to be included in your response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
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 method that creates an instance of theStartTextDetectionFilters.Builderavoiding the need to create one manually viaStartTextDetectionFilters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(StartTextDetectionFilters).- Parameters:
filters- a consumer that will call methods onStartTextDetectionFilters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
StartTextDetectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartTextDetectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-