Interface JobOutputOptions.Builder

  • Method Details

    • format

      Output data format. Currently only "Parquet" is supported.

      Parameters:
      format - Output data format. Currently only "Parquet" is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      Output data format. Currently only "Parquet" is supported.

      Parameters:
      format - Output data format. Currently only "Parquet" is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • location

      JobOutputOptions.Builder location(String location)

      S3 ARN or URI where output files will be written.

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

      Parameters:
      location - S3 ARN or URI where output files will be written.

      The Amazon S3 bucket must exist 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.