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