Interface OutputLocation.Builder

    • Method Detail

      • s3Bucket

        OutputLocation.Builder s3Bucket​(String s3Bucket)

        The S3 bucket for output.

        Parameters:
        s3Bucket - The S3 bucket for output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Prefix

        OutputLocation.Builder s3Prefix​(String s3Prefix)

        The S3 folder in the s3Bucket where output files will be placed.

        Parameters:
        s3Prefix - The S3 folder in the s3Bucket where output files will be placed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.