Interface Ulimit.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Ulimit.Builder,Ulimit>, SdkBuilder<Ulimit.Builder,Ulimit>, SdkPojo
Enclosing class:
Ulimit

public static interface Ulimit.Builder extends SdkPojo, CopyableBuilder<Ulimit.Builder,Ulimit>
  • Method Details

    • 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.
    • name

      Ulimit.Builder name(String name)

      The type of the ulimit. Valid values are: core | cpu | data | fsize | locks | memlock | msgqueue | nice | nofile | nproc | rss | rtprio | rttime | sigpending | stack.

      Parameters:
      name - The type of the ulimit. Valid values are: core | cpu | data | fsize | locks | memlock | msgqueue | nice | nofile | nproc | rss | rtprio | rttime | sigpending | stack.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.