Interface Ulimit.Builder

    • Method Detail

      • name

        Ulimit.Builder name​(String name)

        The type of the ulimit.

        Parameters:
        name - The type of the ulimit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UlimitName, UlimitName
      • name

        Ulimit.Builder name​(UlimitName name)

        The type of the ulimit.

        Parameters:
        name - The type of the ulimit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UlimitName, UlimitName
      • softLimit

        Ulimit.Builder softLimit​(Integer softLimit)

        The soft limit for the ulimit type.

        Parameters:
        softLimit - The soft limit for the ulimit type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hardLimit

        Ulimit.Builder hardLimit​(Integer hardLimit)

        The hard limit for the ulimit type.

        Parameters:
        hardLimit - The hard limit for the ulimit type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.