@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:28:01.628Z")
public interface SystemControl
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() |
java.lang.String |
getNamespace()
The namespaced kernel parameter for which to set a value.
|
java.lang.String |
getValue()
The value for the namespaced kernel parameter specified in namespace.
|
java.lang.String getNamespace()
java.lang.String getValue()
static SystemControl.Builder builder()
SystemControl.Builder
of SystemControl