| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Ulimit |
build()
Builds the configured instance.
|
Ulimit.Builder |
hardLimit(Number hardLimit)
Sets the value of
Ulimit.getHardLimit() |
Ulimit.Builder |
name(UlimitName name)
Sets the value of
Ulimit.getName() |
Ulimit.Builder |
softLimit(Number softLimit)
Sets the value of
Ulimit.getSoftLimit() |
@Stability(value=Experimental) public Ulimit.Builder hardLimit(Number hardLimit)
Ulimit.getHardLimit()hardLimit - The hard limit for the ulimit type. This parameter is required.this@Stability(value=Experimental) public Ulimit.Builder name(UlimitName name)
Ulimit.getName()name - The type of the ulimit. This parameter is required.
For more information, see UlimitName.this@Stability(value=Experimental) public Ulimit.Builder softLimit(Number softLimit)
Ulimit.getSoftLimit()softLimit - The soft limit for the ulimit type. This parameter is required.this@Stability(value=Experimental) public Ulimit build()
build in interface software.amazon.jsii.Builder<Ulimit>UlimitNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.