Interface S3Location.Builder

  • Method Details

    • bucket

      S3Location.Builder bucket(String bucket)

      The name of the Amazon S3 bucket where the resource is stored.

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

      S3Location.Builder prefix(String prefix)

      The name of the Amazon S3 prefix/key where the resource is stored.

      Parameters:
      prefix - The name of the Amazon S3 prefix/key where the resource is stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionId

      S3Location.Builder versionId(String versionId)

      The name of the Amazon S3 version ID where the resource is stored (Optional).

      Parameters:
      versionId - The name of the Amazon S3 version ID where the resource is stored (Optional).
      Returns:
      Returns a reference to this object so that method calls can be chained together.