public static interface Ulimit.Builder extends SdkPojo, CopyableBuilder<Ulimit.Builder,Ulimit>
Modifier and Type | Method and Description |
---|---|
Ulimit.Builder |
hardLimit(Integer hardLimit)
The hard limit for the
ulimit type. |
Ulimit.Builder |
name(String name)
The
type of the ulimit . |
Ulimit.Builder |
softLimit(Integer softLimit)
The soft limit for the
ulimit type. |
equalsBySdkFields, sdkFields
copy
applyMutation, build
Ulimit.Builder hardLimit(Integer hardLimit)
The hard limit for the ulimit
type.
hardLimit
- The hard limit for the ulimit
type.Ulimit.Builder name(String name)
The type
of the ulimit
.
name
- The type
of the ulimit
.Ulimit.Builder softLimit(Integer softLimit)
The soft limit for the ulimit
type.
softLimit
- The soft limit for the ulimit
type.Copyright © 2022. All rights reserved.