Interface OutputConfig.Builder

  • Method Details

    • s3Bucket

      OutputConfig.Builder s3Bucket(String s3Bucket)

      The name of the bucket your output will go to.

      Parameters:
      s3Bucket - The name of the bucket your output will go to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Prefix

      OutputConfig.Builder s3Prefix(String s3Prefix)

      The prefix of the object key that the output will be saved to. When not enabled, the prefix will be “textract_output".

      Parameters:
      s3Prefix - The prefix of the object key that the output will be saved to. When not enabled, the prefix will be “textract_output".
      Returns:
      Returns a reference to this object so that method calls can be chained together.