Interface GetLendingAnalysisSummaryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetLendingAnalysisSummaryResponse.Builder,GetLendingAnalysisSummaryResponse>,SdkBuilder<GetLendingAnalysisSummaryResponse.Builder,GetLendingAnalysisSummaryResponse>,SdkPojo,SdkResponse.Builder,TextractResponse.Builder
- Enclosing class:
- GetLendingAnalysisSummaryResponse
@Mutable @NotThreadSafe 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.BuilderanalyzeLendingModelVersion(String analyzeLendingModelVersion)The current model version of the Analyze Lending API.default GetLendingAnalysisSummaryResponse.BuilderdocumentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)Sets the value of the DocumentMetadata property for this object.GetLendingAnalysisSummaryResponse.BuilderdocumentMetadata(DocumentMetadata documentMetadata)Sets the value of the DocumentMetadata property for this object.GetLendingAnalysisSummaryResponse.BuilderjobStatus(String jobStatus)The current status of the lending analysis job.GetLendingAnalysisSummaryResponse.BuilderjobStatus(JobStatus jobStatus)The current status of the lending analysis job.GetLendingAnalysisSummaryResponse.BuilderstatusMessage(String statusMessage)Returns if the lending analysis could not be completed.default GetLendingAnalysisSummaryResponse.Buildersummary(Consumer<LendingSummary.Builder> summary)Contains summary information for documents grouped by type.GetLendingAnalysisSummaryResponse.Buildersummary(LendingSummary summary)Contains summary information for documents grouped by type.GetLendingAnalysisSummaryResponse.Builderwarnings(Collection<Warning> warnings)A list of warnings that occurred during the lending analysis operation.GetLendingAnalysisSummaryResponse.Builderwarnings(Consumer<Warning.Builder>... warnings)A list of warnings that occurred during the lending analysis operation.GetLendingAnalysisSummaryResponse.Builderwarnings(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, sdkFieldNameToField, 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.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:
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.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:
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.Builderavoiding the need to create one manually viaWarning.builder().When the
Consumercompletes,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.
-
-