Class VmwareBinary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • fileName

        public VmwareBinary.Builder fileName​(String fileName)
        The name of the VMware binary file.
        Parameters:
        fileName - the value to set
        Returns:
        this builder
      • description

        public VmwareBinary.Builder description​(String description)
        Description of the VMware binary.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • sizeInBytes

        public VmwareBinary.Builder sizeInBytes​(Long sizeInBytes)
        Size of the VMware binary file in bytes.
        Parameters:
        sizeInBytes - the value to set
        Returns:
        this builder
      • checksum

        public VmwareBinary.Builder checksum​(String checksum)
        Base64-encoded SHA256 hash of the object data.
        Parameters:
        checksum - the value to set
        Returns:
        this builder