Interface CustomPosixUserConfig.Builder

    • Method Detail

      • uid

        CustomPosixUserConfig.Builder uid​(Long uid)

        The POSIX user ID.

        Parameters:
        uid - The POSIX user ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gid

        CustomPosixUserConfig.Builder gid​(Long gid)

        The POSIX group ID.

        Parameters:
        gid - The POSIX group ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.