Interface StartDocumentTextDetectionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<StartDocumentTextDetectionResponse.Builder,StartDocumentTextDetectionResponse>, SdkBuilder<StartDocumentTextDetectionResponse.Builder,StartDocumentTextDetectionResponse>, SdkPojo, SdkResponse.Builder, TextractResponse.Builder
Enclosing class:
StartDocumentTextDetectionResponse

public static interface StartDocumentTextDetectionResponse.Builder extends TextractResponse.Builder, SdkPojo, CopyableBuilder<StartDocumentTextDetectionResponse.Builder,StartDocumentTextDetectionResponse>
  • Method Details

    • jobId

      The identifier of the text detection job for the document. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection. A JobId value is only valid for 7 days.

      Parameters:
      jobId - The identifier of the text detection job for the document. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection. A JobId value is only valid for 7 days.
      Returns:
      Returns a reference to this object so that method calls can be chained together.