| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.analyzeLendingModelVersion(String analyzeLendingModelVersion)
The current model version of the Analyze Lending API.
|
static GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.builder() |
default GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)
Sets the value of the DocumentMetadata property for this object.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.documentMetadata(DocumentMetadata documentMetadata)
Sets the value of the DocumentMetadata property for this object.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.jobStatus(JobStatus jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.jobStatus(String jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.nextToken(String nextToken)
If the response is truncated, Amazon Textract returns this token.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.results(Collection<LendingResult> results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.results(Consumer<LendingResult.Builder>... results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.results(LendingResult... results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.statusMessage(String statusMessage)
Returns if the lending analysis job could not be completed.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.toBuilder() |
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.warnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.warnings(Consumer<Warning.Builder>... warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisResponse.Builder |
GetLendingAnalysisResponse.Builder.warnings(Warning... warnings)
A list of warnings that occurred during the lending analysis operation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLendingAnalysisResponse.Builder> |
GetLendingAnalysisResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.