Interface VirtualObject.Builder

    • Method Detail

      • uri

        VirtualObject.Builder uri​(String uri)

        The path to the Amazon S3 object. Must start with s3://

        Parameters:
        uri - The path to the Amazon S3 object. Must start with s3://
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eTag

        VirtualObject.Builder eTag​(String eTag)

        The ETag of the Amazon S3 object.

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