public static interface GetLendingAnalysisSummaryResponse.Builder extends TextractResponse.Builder, SdkPojo, CopyableBuilder<GetLendingAnalysisSummaryResponse.Builder,GetLendingAnalysisSummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetLendingAnalysisSummaryResponse.Builder |
analyzeLendingModelVersion(String analyzeLendingModelVersion)
The current model version of the Analyze Lending API.
|
default GetLendingAnalysisSummaryResponse.Builder |
documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)
Sets the value of the DocumentMetadata property for this object.
|
GetLendingAnalysisSummaryResponse.Builder |
documentMetadata(DocumentMetadata documentMetadata)
Sets the value of the DocumentMetadata property for this object.
|
GetLendingAnalysisSummaryResponse.Builder |
jobStatus(JobStatus jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisSummaryResponse.Builder |
jobStatus(String jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisSummaryResponse.Builder |
statusMessage(String statusMessage)
Returns if the lending analysis could not be completed.
|
default GetLendingAnalysisSummaryResponse.Builder |
summary(Consumer<LendingSummary.Builder> summary)
Contains summary information for documents grouped by type.
|
GetLendingAnalysisSummaryResponse.Builder |
summary(LendingSummary summary)
Contains summary information for documents grouped by type.
|
GetLendingAnalysisSummaryResponse.Builder |
warnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisSummaryResponse.Builder |
warnings(Consumer<Warning.Builder>... warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisSummaryResponse.Builder |
warnings(Warning... warnings)
A list of warnings that occurred during the lending analysis operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLendingAnalysisSummaryResponse.Builder documentMetadata(DocumentMetadata documentMetadata)
documentMetadata - The new value for the DocumentMetadata property for this object.default GetLendingAnalysisSummaryResponse.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)GetLendingAnalysisSummaryResponse.Builder jobStatus(String jobStatus)
The current status of the lending analysis job.
GetLendingAnalysisSummaryResponse.Builder jobStatus(JobStatus jobStatus)
The current status of the lending analysis job.
GetLendingAnalysisSummaryResponse.Builder summary(LendingSummary summary)
Contains summary information for documents grouped by type.
summary - Contains summary information for documents grouped by type.default GetLendingAnalysisSummaryResponse.Builder summary(Consumer<LendingSummary.Builder> summary)
Contains summary information for documents grouped by type.
This is a convenience method that creates an instance of theLendingSummary.Builder avoiding the need
to create one manually via LendingSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to summary(LendingSummary).
summary - a consumer that will call methods on LendingSummary.Buildersummary(LendingSummary)GetLendingAnalysisSummaryResponse.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.GetLendingAnalysisSummaryResponse.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.GetLendingAnalysisSummaryResponse.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) GetLendingAnalysisSummaryResponse.Builder statusMessage(String statusMessage)
Returns if the lending analysis could not be completed. Contains explanation for what error occurred.
statusMessage - Returns if the lending analysis could not be completed. Contains explanation for what error occurred.GetLendingAnalysisSummaryResponse.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.