Interface JobInputOptions.Builder

  • Method Details

    • location

      JobInputOptions.Builder location(String location)

      S3 ARN or URI where input files are stored.

      The Amazon S3 bucket must be created in the same Amazon Web Services region where you plan to run your job.

      Parameters:
      location - S3 ARN or URI where input files are stored.

      The Amazon S3 bucket must be created in the same Amazon Web Services region where you plan to run your job.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • format

      Input data format. Currently only Parquet is supported.

      Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.

      Parameters:
      format - Input data format. Currently only Parquet is supported.

      Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      Input data format. Currently only Parquet is supported.

      Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.

      Parameters:
      format - Input data format. Currently only Parquet is supported.

      Input files have a limitation of 10gb per file, and 1gb per Parquet row-group within the file.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: