Interface BlobMetadata.Builder

    • Method Detail

      • blobId

        BlobMetadata.Builder blobId​(String blobId)

        The full ID of the blob.

        Parameters:
        blobId - The full ID of the blob.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • path

        BlobMetadata.Builder path​(String path)

        The path to the blob and associated file name, if any.

        Parameters:
        path - The path to the blob and associated file name, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mode

        BlobMetadata.Builder mode​(String mode)

        The file mode permissions of the blob. File mode permission codes include:

        • 100644 indicates read/write

        • 100755 indicates read/write/execute

        • 160000 indicates a submodule

        • 120000 indicates a symlink

        Parameters:
        mode - The file mode permissions of the blob. File mode permission codes include:

        • 100644 indicates read/write

        • 100755 indicates read/write/execute

        • 160000 indicates a submodule

        • 120000 indicates a symlink

        Returns:
        Returns a reference to this object so that method calls can be chained together.