public static interface GetExpenseAnalysisResponse.Builder extends TextractResponse.Builder, SdkPojo, CopyableBuilder<GetExpenseAnalysisResponse.Builder,GetExpenseAnalysisResponse>
| Modifier and Type | Method and Description |
|---|---|
GetExpenseAnalysisResponse.Builder |
analyzeExpenseModelVersion(String analyzeExpenseModelVersion)
The current model version of AnalyzeExpense.
|
default GetExpenseAnalysisResponse.Builder |
documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)
Information about a document that Amazon Textract processed.
|
GetExpenseAnalysisResponse.Builder |
documentMetadata(DocumentMetadata documentMetadata)
Information about a document that Amazon Textract processed.
|
GetExpenseAnalysisResponse.Builder |
expenseDocuments(Collection<ExpenseDocument> expenseDocuments)
The expenses detected by Amazon Textract.
|
GetExpenseAnalysisResponse.Builder |
expenseDocuments(Consumer<ExpenseDocument.Builder>... expenseDocuments)
The expenses detected by Amazon Textract.
|
GetExpenseAnalysisResponse.Builder |
expenseDocuments(ExpenseDocument... expenseDocuments)
The expenses detected by Amazon Textract.
|
GetExpenseAnalysisResponse.Builder |
jobStatus(JobStatus jobStatus)
The current status of the text detection job.
|
GetExpenseAnalysisResponse.Builder |
jobStatus(String jobStatus)
The current status of the text detection job.
|
GetExpenseAnalysisResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon Textract returns this token.
|
GetExpenseAnalysisResponse.Builder |
statusMessage(String statusMessage)
Returns if the detection job could not be completed.
|
GetExpenseAnalysisResponse.Builder |
warnings(Collection<Warning> warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
GetExpenseAnalysisResponse.Builder |
warnings(Consumer<Warning.Builder>... warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
GetExpenseAnalysisResponse.Builder |
warnings(Warning... warnings)
A list of warnings that occurred during the text-detection operation for the document.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetExpenseAnalysisResponse.Builder documentMetadata(DocumentMetadata documentMetadata)
Information about a document that Amazon Textract processed. DocumentMetadata is returned in
every page of paginated responses from an Amazon Textract operation.
documentMetadata - Information about a document that Amazon Textract processed. DocumentMetadata is returned
in every page of paginated responses from an Amazon Textract operation.default GetExpenseAnalysisResponse.Builder documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)
Information about a document that Amazon Textract processed. DocumentMetadata is returned in
every page of paginated responses from an Amazon Textract operation.
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)GetExpenseAnalysisResponse.Builder jobStatus(String jobStatus)
The current status of the text detection job.
GetExpenseAnalysisResponse.Builder jobStatus(JobStatus jobStatus)
The current status of the text detection job.
GetExpenseAnalysisResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.
nextToken - If the response is truncated, Amazon Textract returns this token. You can use this token in the
subsequent request to retrieve the next set of text-detection results.GetExpenseAnalysisResponse.Builder expenseDocuments(Collection<ExpenseDocument> expenseDocuments)
The expenses detected by Amazon Textract.
expenseDocuments - The expenses detected by Amazon Textract.GetExpenseAnalysisResponse.Builder expenseDocuments(ExpenseDocument... expenseDocuments)
The expenses detected by Amazon Textract.
expenseDocuments - The expenses detected by Amazon Textract.GetExpenseAnalysisResponse.Builder expenseDocuments(Consumer<ExpenseDocument.Builder>... expenseDocuments)
The expenses detected by Amazon Textract.
This is a convenience method that creates an instance of theExpenseDocument.Builder avoiding the need to create
one manually via ExpenseDocument.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #expenseDocuments(List.
expenseDocuments - a consumer that will call methods on
ExpenseDocument.Builder#expenseDocuments(java.util.Collection) GetExpenseAnalysisResponse.Builder warnings(Collection<Warning> warnings)
A list of warnings that occurred during the text-detection operation for the document.
warnings - A list of warnings that occurred during the text-detection operation for the document.GetExpenseAnalysisResponse.Builder warnings(Warning... warnings)
A list of warnings that occurred during the text-detection operation for the document.
warnings - A list of warnings that occurred during the text-detection operation for the document.GetExpenseAnalysisResponse.Builder warnings(Consumer<Warning.Builder>... warnings)
A list of warnings that occurred during the text-detection operation for the document.
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) GetExpenseAnalysisResponse.Builder statusMessage(String statusMessage)
Returns if the detection job could not be completed. Contains explanation for what error occured.
statusMessage - Returns if the detection job could not be completed. Contains explanation for what error occured.GetExpenseAnalysisResponse.Builder analyzeExpenseModelVersion(String analyzeExpenseModelVersion)
The current model version of AnalyzeExpense.
analyzeExpenseModelVersion - The current model version of AnalyzeExpense.Copyright © 2023. All rights reserved.