Interface GetExpenseAnalysisResponse.Builder

    • Method Detail

      • documentMetadata

        GetExpenseAnalysisResponse.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.

        Parameters:
        documentMetadata - Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobStatus

        GetExpenseAnalysisResponse.Builder jobStatus​(String jobStatus)

        The current status of the text detection job.

        Parameters:
        jobStatus - The current status of the text detection job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • jobStatus

        GetExpenseAnalysisResponse.Builder jobStatus​(JobStatus jobStatus)

        The current status of the text detection job.

        Parameters:
        jobStatus - The current status of the text detection job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • nextToken

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expenseDocuments

        GetExpenseAnalysisResponse.Builder expenseDocuments​(Collection<ExpenseDocument> expenseDocuments)

        The expenses detected by Amazon Textract.

        Parameters:
        expenseDocuments - The expenses detected by Amazon Textract.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expenseDocuments

        GetExpenseAnalysisResponse.Builder expenseDocuments​(ExpenseDocument... expenseDocuments)

        The expenses detected by Amazon Textract.

        Parameters:
        expenseDocuments - The expenses detected by Amazon Textract.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warnings

        GetExpenseAnalysisResponse.Builder warnings​(Collection<Warning> warnings)

        A list of warnings that occurred during the text-detection operation for the document.

        Parameters:
        warnings - A list of warnings that occurred during the text-detection operation for the document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warnings

        GetExpenseAnalysisResponse.Builder warnings​(Warning... warnings)

        A list of warnings that occurred during the text-detection operation for the document.

        Parameters:
        warnings - A list of warnings that occurred during the text-detection operation for the document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        GetExpenseAnalysisResponse.Builder statusMessage​(String statusMessage)

        Returns if the detection job could not be completed. Contains explanation for what error occured.

        Parameters:
        statusMessage - Returns if the detection job could not be completed. Contains explanation for what error occured.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analyzeExpenseModelVersion

        GetExpenseAnalysisResponse.Builder analyzeExpenseModelVersion​(String analyzeExpenseModelVersion)

        The current model version of AnalyzeExpense.

        Parameters:
        analyzeExpenseModelVersion - The current model version of AnalyzeExpense.
        Returns:
        Returns a reference to this object so that method calls can be chained together.