Interface S3Object.Builder

    • Method Detail

      • eTag

        S3Object.Builder eTag​(String eTag)

        The entity tag is a hash of the Amazon S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.

        Parameters:
        eTag - The entity tag is a hash of the Amazon S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        S3Object.Builder key​(String key)

        The key of the Amazon S3 object.

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

        S3Object.Builder versionId​(String versionId)

        The version Id of the Amazon S3 object.

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