Interface S3Reference.Builder

  • Method Details

    • bucket

      S3Reference.Builder bucket(String bucket)

      The S3 bucket name.

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

      The S3 key object name.

      Parameters:
      key - The S3 key object name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • objectVersion

      S3Reference.Builder objectVersion(String objectVersion)

      If you enable versioning for the bucket, you can specify the object version.

      Parameters:
      objectVersion - If you enable versioning for the bucket, you can specify the object version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.