Interface StartTextDetectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartTextDetectionRequest.Builder,StartTextDetectionRequest>,RekognitionRequest.Builder,SdkBuilder<StartTextDetectionRequest.Builder,StartTextDetectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartTextDetectionRequest
public static interface StartTextDetectionRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<StartTextDetectionRequest.Builder,StartTextDetectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StartTextDetectionRequest.BuilderclientRequestToken(String clientRequestToken)Idempotent token used to identify the start request.default StartTextDetectionRequest.Builderfilters(Consumer<StartTextDetectionFilters.Builder> filters)Optional parameters that let you set criteria the text must meet to be included in your response.StartTextDetectionRequest.Builderfilters(StartTextDetectionFilters filters)Optional parameters that let you set criteria the text must meet to be included in your response.StartTextDetectionRequest.BuilderjobTag(String jobTag)An identifier returned in the completion status published by your Amazon Simple Notification Service topic.default StartTextDetectionRequest.BuildernotificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)Sets the value of the NotificationChannel property for this object.StartTextDetectionRequest.BuildernotificationChannel(NotificationChannel notificationChannel)Sets the value of the NotificationChannel property for this object.StartTextDetectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartTextDetectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default StartTextDetectionRequest.Buildervideo(Consumer<Video.Builder> video)Sets the value of the Video property for this object.StartTextDetectionRequest.Buildervideo(Video video)Sets the value of the Video property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
video
StartTextDetectionRequest.Builder video(Video 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
default StartTextDetectionRequest.Builder video(Consumer<Video.Builder> 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:
video(Video)
-
clientRequestToken
StartTextDetectionRequest.Builder clientRequestToken(String 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
StartTextDetectionRequest.Builder notificationChannel(NotificationChannel 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:
notificationChannel(NotificationChannel)
-
jobTag
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
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
StartTextDetectionRequest.Builder filters(StartTextDetectionFilters 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:
filters(StartTextDetectionFilters)
-
overrideConfiguration
StartTextDetectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartTextDetectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-