@Stability(value=Stable) public static final class CfnJobDefinition.UlimitProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJobDefinition.UlimitProperty>
CfnJobDefinition.UlimitProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJobDefinition.UlimitProperty |
build()
Builds the configured instance.
|
CfnJobDefinition.UlimitProperty.Builder |
hardLimit(Number hardLimit)
Sets the value of
CfnJobDefinition.UlimitProperty.getHardLimit() |
CfnJobDefinition.UlimitProperty.Builder |
name(String name)
Sets the value of
CfnJobDefinition.UlimitProperty.getName() |
CfnJobDefinition.UlimitProperty.Builder |
softLimit(Number softLimit)
Sets the value of
CfnJobDefinition.UlimitProperty.getSoftLimit() |
@Stability(value=Stable) public CfnJobDefinition.UlimitProperty.Builder hardLimit(Number hardLimit)
CfnJobDefinition.UlimitProperty.getHardLimit()hardLimit - The hard limit for the `ulimit` type. This parameter is required.this@Stability(value=Stable) public CfnJobDefinition.UlimitProperty.Builder name(String name)
CfnJobDefinition.UlimitProperty.getName()name - The `type` of the `ulimit` . This parameter is required.this@Stability(value=Stable) public CfnJobDefinition.UlimitProperty.Builder softLimit(Number softLimit)
CfnJobDefinition.UlimitProperty.getSoftLimit()softLimit - The soft limit for the `ulimit` type. This parameter is required.this@Stability(value=Stable) public CfnJobDefinition.UlimitProperty build()
build in interface software.amazon.jsii.Builder<CfnJobDefinition.UlimitProperty>CfnJobDefinition.UlimitPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.