public static interface GetLendingAnalysisResponse.Builder extends TextractResponse.Builder, SdkPojo, CopyableBuilder<GetLendingAnalysisResponse.Builder,GetLendingAnalysisResponse>
| Modifier and Type | Method and Description |
|---|---|
GetLendingAnalysisResponse.Builder |
analyzeLendingModelVersion(String analyzeLendingModelVersion)
The current model version of the Analyze Lending API.
|
default GetLendingAnalysisResponse.Builder |
documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)
Sets the value of the DocumentMetadata property for this object.
|
GetLendingAnalysisResponse.Builder |
documentMetadata(DocumentMetadata documentMetadata)
Sets the value of the DocumentMetadata property for this object.
|
GetLendingAnalysisResponse.Builder |
jobStatus(JobStatus jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisResponse.Builder |
jobStatus(String jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Textract returns this token.
|
GetLendingAnalysisResponse.Builder |
results(Collection<LendingResult> results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
GetLendingAnalysisResponse.Builder |
results(Consumer<LendingResult.Builder>... results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
GetLendingAnalysisResponse.Builder |
results(LendingResult... results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
GetLendingAnalysisResponse.Builder |
statusMessage(String statusMessage)
Returns if the lending analysis job could not be completed.
|
GetLendingAnalysisResponse.Builder |
warnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisResponse.Builder |
warnings(Consumer<Warning.Builder>... warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisResponse.Builder |
warnings(Warning... warnings)
A list of warnings that occurred during the lending analysis operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLendingAnalysisResponse.Builder documentMetadata(DocumentMetadata documentMetadata)
documentMetadata - The new value for the DocumentMetadata property for this object.default GetLendingAnalysisResponse.Builder documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)
DocumentMetadata.Builder avoiding the
need to create one manually via DocumentMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to documentMetadata(DocumentMetadata).
documentMetadata - a consumer that will call methods on DocumentMetadata.BuilderdocumentMetadata(DocumentMetadata)GetLendingAnalysisResponse.Builder jobStatus(String jobStatus)
The current status of the lending analysis job.
GetLendingAnalysisResponse.Builder jobStatus(JobStatus jobStatus)
The current status of the lending analysis job.
GetLendingAnalysisResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of lending results.
nextToken - If the response is truncated, Amazon Textract returns this token. You can use this token in the
subsequent request to retrieve the next set of lending results.GetLendingAnalysisResponse.Builder results(Collection<LendingResult> results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
results - Holds the information returned by one of AmazonTextract's document analysis operations for the
pinstripe.GetLendingAnalysisResponse.Builder results(LendingResult... results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
results - Holds the information returned by one of AmazonTextract's document analysis operations for the
pinstripe.GetLendingAnalysisResponse.Builder results(Consumer<LendingResult.Builder>... results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
This is a convenience method that creates an instance of theLendingResult.Builder avoiding the need to create one
manually via LendingResult.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #results(List.
results - a consumer that will call methods on
LendingResult.Builder#results(java.util.Collection) GetLendingAnalysisResponse.Builder warnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
warnings - A list of warnings that occurred during the lending analysis operation.GetLendingAnalysisResponse.Builder warnings(Warning... warnings)
A list of warnings that occurred during the lending analysis operation.
warnings - A list of warnings that occurred during the lending analysis operation.GetLendingAnalysisResponse.Builder warnings(Consumer<Warning.Builder>... warnings)
A list of warnings that occurred during the lending analysis operation.
This is a convenience method that creates an instance of theWarning.Builder avoiding the need to create one
manually via Warning.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #warnings(List.
warnings - a consumer that will call methods on
Warning.Builder#warnings(java.util.Collection) GetLendingAnalysisResponse.Builder statusMessage(String statusMessage)
Returns if the lending analysis job could not be completed. Contains explanation for what error occurred.
statusMessage - Returns if the lending analysis job could not be completed. Contains explanation for what error
occurred.GetLendingAnalysisResponse.Builder analyzeLendingModelVersion(String analyzeLendingModelVersion)
The current model version of the Analyze Lending API.
analyzeLendingModelVersion - The current model version of the Analyze Lending API.Copyright © 2023. All rights reserved.