@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.746Z") @Stability(value=Stable) public interface SystemControl extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecs.*;
SystemControl systemControl = SystemControl.builder()
.namespace("namespace")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
SystemControl.Builder
A builder for
SystemControl |
static class |
SystemControl.Jsii$Proxy
An implementation for
SystemControl |
| Modifier and Type | Method and Description |
|---|---|
static SystemControl.Builder |
builder() |
String |
getNamespace()
The namespaced kernel parameter for which to set a value.
|
String |
getValue()
The value for the namespaced kernel parameter specified in namespace.
|
@Stability(value=Stable) @NotNull String getNamespace()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static SystemControl.Builder builder()
SystemControl.Builder of SystemControlCopyright © 2022. All rights reserved.