Interface InputS3Object.Builder

  • Method Details

    • bucket

      InputS3Object.Builder bucket(String bucket)

      The Amazon S3 bucket that contains the manifest.

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

      The name and location of the manifest file withiin the bucket.

      Parameters:
      key - The name and location of the manifest file withiin the bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionId

      InputS3Object.Builder versionId(String versionId)

      The version ID of the bucket.

      Parameters:
      versionId - The version ID of the bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.