@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:29.557Z") @Stability(value=Experimental) 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()
(experimental) The namespaced kernel parameter for which to set a value.
|
String |
getValue()
(experimental) The value for the namespaced kernel parameter specified in namespace.
|
@Stability(value=Experimental) @NotNull String getNamespace()
@Stability(value=Experimental) @NotNull String getValue()
@Stability(value=Experimental) static SystemControl.Builder builder()
SystemControl.Builder of SystemControlCopyright © 2022. All rights reserved.