| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.analyzeLendingModelVersion(String analyzeLendingModelVersion)
The current model version of the Analyze Lending API.
|
static GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.builder() |
default GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)
Sets the value of the DocumentMetadata property for this object.
|
GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.documentMetadata(DocumentMetadata documentMetadata)
Sets the value of the DocumentMetadata property for this object.
|
GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.jobStatus(JobStatus jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.jobStatus(String jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.statusMessage(String statusMessage)
Returns if the lending analysis could not be completed.
|
default GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.summary(Consumer<LendingSummary.Builder> summary)
Contains summary information for documents grouped by type.
|
GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.summary(LendingSummary summary)
Contains summary information for documents grouped by type.
|
GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.toBuilder() |
GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.warnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.warnings(Consumer<Warning.Builder>... warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.warnings(Warning... warnings)
A list of warnings that occurred during the lending analysis operation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLendingAnalysisSummaryResponse.Builder> |
GetLendingAnalysisSummaryResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.