Interface GetLendingAnalysisSummaryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetLendingAnalysisSummaryResponse.Builder,,GetLendingAnalysisSummaryResponse> SdkBuilder<GetLendingAnalysisSummaryResponse.Builder,,GetLendingAnalysisSummaryResponse> SdkPojo,SdkResponse.Builder,TextractResponse.Builder
- Enclosing class:
GetLendingAnalysisSummaryResponse
-
Method Summary
Modifier and TypeMethodDescriptionanalyzeLendingModelVersion(String analyzeLendingModelVersion) The current model version of the Analyze Lending API.documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata) Sets the value of the DocumentMetadata property for this object.documentMetadata(DocumentMetadata documentMetadata) Sets the value of the DocumentMetadata property for this object.The current status of the lending analysis job.The current status of the lending analysis job.statusMessage(String statusMessage) Returns if the lending analysis could not be completed.summary(Consumer<LendingSummary.Builder> summary) Contains summary information for documents grouped by type.summary(LendingSummary summary) Contains summary information for documents grouped by type.warnings(Collection<Warning> warnings) A list of warnings that occurred during the lending analysis operation.warnings(Consumer<Warning.Builder>... warnings) A list of warnings that occurred during the lending analysis operation.A list of warnings that occurred during the lending analysis operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.textract.model.TextractResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
documentMetadata
Sets the value of the DocumentMetadata property for this object.- Parameters:
documentMetadata- The new value for the DocumentMetadata property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentMetadata
default GetLendingAnalysisSummaryResponse.Builder documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata) Sets the value of the DocumentMetadata property for this object. This is a convenience method that creates an instance of theDocumentMetadata.Builderavoiding the need to create one manually viaDocumentMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todocumentMetadata(DocumentMetadata).- Parameters:
documentMetadata- a consumer that will call methods onDocumentMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The current status of the lending analysis job.
- Parameters:
jobStatus- The current status of the lending analysis job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The current status of the lending analysis job.
- Parameters:
jobStatus- The current status of the lending analysis job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
summary
Contains summary information for documents grouped by type.
- Parameters:
summary- Contains summary information for documents grouped by type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summary
Contains summary information for documents grouped by type.
This is a convenience method that creates an instance of theLendingSummary.Builderavoiding the need to create one manually viaLendingSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosummary(LendingSummary).- Parameters:
summary- a consumer that will call methods onLendingSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
warnings
A list of warnings that occurred during the lending analysis operation.
- Parameters:
warnings- A list of warnings that occurred during the lending analysis operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warnings
A list of warnings that occurred during the lending analysis operation.
- Parameters:
warnings- A list of warnings that occurred during the lending analysis operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warnings
A list of warnings that occurred during the lending analysis operation.
This is a convenience method that creates an instance of theWarning.Builderavoiding the need to create one manually viaWarning.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towarnings(List<Warning>).- Parameters:
warnings- a consumer that will call methods onWarning.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
Returns if the lending analysis could not be completed. Contains explanation for what error occurred.
- Parameters:
statusMessage- Returns if the lending analysis could not be completed. Contains explanation for what error occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analyzeLendingModelVersion
GetLendingAnalysisSummaryResponse.Builder analyzeLendingModelVersion(String analyzeLendingModelVersion) The current model version of the Analyze Lending API.
- Parameters:
analyzeLendingModelVersion- The current model version of the Analyze Lending API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-