Interface PosixUser.Builder

    • Method Detail

      • group

        PosixUser.Builder group​(String group)

        The name of the POSIX user's group.

        Parameters:
        group - The name of the POSIX user's group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • user

        PosixUser.Builder user​(String user)

        The name of the POSIX user.

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