public static interface StartDocumentAnalysisResponse.Builder extends TextractResponse.Builder, SdkPojo, CopyableBuilder<StartDocumentAnalysisResponse.Builder,StartDocumentAnalysisResponse>
Modifier and Type | Method and Description |
---|---|
StartDocumentAnalysisResponse.Builder |
jobId(String jobId)
The identifier for the document text detection job.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
StartDocumentAnalysisResponse.Builder jobId(String jobId)
The identifier for the document text detection job. Use JobId
to identify the job in a
subsequent call to GetDocumentAnalysis
.
jobId
- The identifier for the document text detection job. Use JobId
to identify the job in a
subsequent call to GetDocumentAnalysis
.Copyright © 2019. All rights reserved.