Interface S3Object.Builder

    • Method Detail

      • bucket

        S3Object.Builder bucket​(String bucket)

        The bucket containing the object.

        Parameters:
        bucket - The bucket containing the object.
        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 object.

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

        S3Object.Builder etag​(String etag)

        The etag of the object.

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