Interface S3Location.Builder

  • Method Details

    • bucket

      S3Location.Builder bucket(String bucket)

      The name of the Amazon S3 bucket. This bucket contains the stored data.

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

      S3Location.Builder prefix(String prefix)

      The prefix for objects in the Amazon S3 bucket. This prefix is added to the object keys to organize the data.

      Parameters:
      prefix - The prefix for objects in the Amazon S3 bucket. This prefix is added to the object keys to organize the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.