Interface OpenZFSPosixFileSystemUser.Builder

  • Method Details

    • uid

      The UID of the file system user.

      Parameters:
      uid - The UID of the file system user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gid

      The GID of the file system user.

      Parameters:
      gid - The GID of the file system user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secondaryGids

      OpenZFSPosixFileSystemUser.Builder secondaryGids(Collection<Long> secondaryGids)

      The list of secondary GIDs for the file system user.

      Parameters:
      secondaryGids - The list of secondary GIDs for the file system user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secondaryGids

      OpenZFSPosixFileSystemUser.Builder secondaryGids(Long... secondaryGids)

      The list of secondary GIDs for the file system user.

      Parameters:
      secondaryGids - The list of secondary GIDs for the file system user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.