Interface GetLendingAnalysisSummaryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetLendingAnalysisSummaryResponse.Builder,GetLendingAnalysisSummaryResponse>
,SdkBuilder<GetLendingAnalysisSummaryResponse.Builder,GetLendingAnalysisSummaryResponse>
,SdkPojo
,SdkResponse.Builder
,TextractResponse.Builder
- Enclosing class:
- GetLendingAnalysisSummaryResponse
public static interface GetLendingAnalysisSummaryResponse.Builder extends TextractResponse.Builder, SdkPojo, CopyableBuilder<GetLendingAnalysisSummaryResponse.Builder,GetLendingAnalysisSummaryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method 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(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
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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.textract.model.TextractResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
documentMetadata
GetLendingAnalysisSummaryResponse.Builder documentMetadata(DocumentMetadata 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.Builder
avoiding the need to create one manually viaDocumentMetadata.builder()
.When the
Consumer
completes,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:
documentMetadata(DocumentMetadata)
-
jobStatus
GetLendingAnalysisSummaryResponse.Builder jobStatus(String jobStatus)
The current status of the lending analysis job.
-
jobStatus
GetLendingAnalysisSummaryResponse.Builder jobStatus(JobStatus jobStatus)
The current status of the lending analysis job.
-
summary
GetLendingAnalysisSummaryResponse.Builder summary(LendingSummary 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
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 viaLendingSummary.builder()
.When the
Consumer
completes,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:
summary(LendingSummary)
-
warnings
GetLendingAnalysisSummaryResponse.Builder warnings(Collection<Warning> 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
GetLendingAnalysisSummaryResponse.Builder warnings(Warning... 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
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 viaWarning.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#warnings(List
.) - 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:
#warnings(java.util.Collection
)
-
statusMessage
GetLendingAnalysisSummaryResponse.Builder statusMessage(String 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.
-
-