Interface StartTextDetectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartTextDetectionResponse.Builder,StartTextDetectionResponse>,RekognitionResponse.Builder,SdkBuilder<StartTextDetectionResponse.Builder,StartTextDetectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartTextDetectionResponse
public static interface StartTextDetectionResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<StartTextDetectionResponse.Builder,StartTextDetectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartTextDetectionResponse.BuilderjobId(String jobId)Identifier for the text detection job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rekognition.model.RekognitionResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
jobId
StartTextDetectionResponse.Builder jobId(String jobId)
Identifier for the text detection job. Use
JobIdto identify the job in a subsequent call toGetTextDetection.- Parameters:
jobId- Identifier for the text detection job. UseJobIdto identify the job in a subsequent call toGetTextDetection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-