Class CfnTaskDefinitionPropsMixin.SystemControlProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.ecs.mixins.CfnTaskDefinitionPropsMixin.SystemControlProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTaskDefinitionPropsMixin.SystemControlProperty>
- Enclosing interface:
CfnTaskDefinitionPropsMixin.SystemControlProperty
@Stability(Stable)
public static final class CfnTaskDefinitionPropsMixin.SystemControlProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTaskDefinitionPropsMixin.SystemControlProperty>
A builder for
CfnTaskDefinitionPropsMixin.SystemControlProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTaskDefinitionPropsMixin.SystemControlProperty.getNamespace()Sets the value ofCfnTaskDefinitionPropsMixin.SystemControlProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
namespace
@Stability(Stable) public CfnTaskDefinitionPropsMixin.SystemControlProperty.Builder namespace(String namespace) Sets the value ofCfnTaskDefinitionPropsMixin.SystemControlProperty.getNamespace()- Parameters:
namespace- The namespaced kernel parameter to set avaluefor.- Returns:
this
-
value
@Stability(Stable) public CfnTaskDefinitionPropsMixin.SystemControlProperty.Builder value(String value) Sets the value ofCfnTaskDefinitionPropsMixin.SystemControlProperty.getValue()- Parameters:
value- The namespaced kernel parameter to set avaluefor. Valid IPC namespace values:"kernel.msgmax" | "kernel.msgmnb" | "kernel.msgmni" | "kernel.sem" | "kernel.shmall" | "kernel.shmmax" | "kernel.shmmni" | "kernel.shm_rmid_forced", andSysctlsthat start with"fs.mqueue.*"Valid network namespace values:
Sysctlsthat start with"net.*". Only namespacedSysctlsthat exist within the container starting with "net.* are accepted.All of these values are supported by Fargate.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTaskDefinitionPropsMixin.SystemControlProperty>- Returns:
- a new instance of
CfnTaskDefinitionPropsMixin.SystemControlProperty - Throws:
NullPointerException- if any required attribute was not provided
-