@Stability(value=Stable) public static final class CfnTaskDefinition.SystemControlProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTaskDefinition.SystemControlProperty>
CfnTaskDefinition.SystemControlProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTaskDefinition.SystemControlProperty |
build()
Builds the configured instance.
|
CfnTaskDefinition.SystemControlProperty.Builder |
namespace(String namespace)
Sets the value of
CfnTaskDefinition.SystemControlProperty.getNamespace() |
CfnTaskDefinition.SystemControlProperty.Builder |
value(String value)
Sets the value of
CfnTaskDefinition.SystemControlProperty.getValue() |
@Stability(value=Stable) public CfnTaskDefinition.SystemControlProperty.Builder namespace(String namespace)
CfnTaskDefinition.SystemControlProperty.getNamespace()namespace - The namespaced kernel parameter to set a `value` for.this@Stability(value=Stable) public CfnTaskDefinition.SystemControlProperty.Builder value(String value)
CfnTaskDefinition.SystemControlProperty.getValue()value - The value for the namespaced kernel parameter that's specified in `namespace` .this@Stability(value=Stable) public CfnTaskDefinition.SystemControlProperty build()
build in interface software.amazon.jsii.Builder<CfnTaskDefinition.SystemControlProperty>CfnTaskDefinition.SystemControlPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.