public static interface Ulimit.Builder extends 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 |
name(UlimitName name)
The
type of the ulimit. |
Ulimit.Builder |
softLimit(Integer softLimit)
The soft limit for the ulimit type.
|
copyapply, buildUlimit.Builder name(String name)
The type of the ulimit.
name - The type of the ulimit.UlimitName,
UlimitNameUlimit.Builder name(UlimitName name)
The type of the ulimit.
name - The type of the ulimit.UlimitName,
UlimitNameUlimit.Builder softLimit(Integer softLimit)
The soft limit for the ulimit type.
softLimit - The soft limit for the ulimit type.Ulimit.Builder hardLimit(Integer hardLimit)
The hard limit for the ulimit type.
hardLimit - The hard limit for the ulimit type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.