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