Interface InputS3Object.Builder

    • Method Detail

      • 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

        InputS3Object.Builder key​(String 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.