Interface S3Location.Builder

  • Method Details

    • bucket

      S3Location.Builder bucket(String bucket)

      The name of the Amazon S3 bucket.

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

      S3Location.Builder prefix(String prefix)

      The prefix for the Amazon S3 bucket.

      Parameters:
      prefix - The prefix for the Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.