Interface S3OutputLocation.Builder

  • Method Details

    • outputS3Region

      S3OutputLocation.Builder outputS3Region(String outputS3Region)

      The Amazon Web Services Region of the S3 bucket.

      Parameters:
      outputS3Region - The Amazon Web Services Region of the S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputS3BucketName

      S3OutputLocation.Builder outputS3BucketName(String outputS3BucketName)

      The name of the S3 bucket.

      Parameters:
      outputS3BucketName - The name of the S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputS3KeyPrefix

      S3OutputLocation.Builder outputS3KeyPrefix(String outputS3KeyPrefix)

      The S3 bucket subfolder.

      Parameters:
      outputS3KeyPrefix - The S3 bucket subfolder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.