Interface OutputLocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OutputLocation.Builder,OutputLocation>, SdkBuilder<OutputLocation.Builder,OutputLocation>, SdkPojo
Enclosing class:
OutputLocation

public static interface OutputLocation.Builder extends SdkPojo, CopyableBuilder<OutputLocation.Builder,OutputLocation>
  • Method Details

    • 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.