Class CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty>
- Enclosing interface:
CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty
@Stability(Stable)
public static final class CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.capabilities(IResolvable capabilities) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.getDevices()devices(IResolvable devices) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.getDevices()initProcessEnabled(Boolean initProcessEnabled) initProcessEnabled(IResolvable initProcessEnabled) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.getTmpfs()tmpfs(IResolvable tmpfs) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.getTmpfs()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
capabilities
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.Builder capabilities(IResolvable capabilities) - Parameters:
capabilities- the value to be set.- Returns:
this
-
capabilities
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.Builder capabilities(CfnDaemonTaskDefinitionPropsMixin.KernelCapabilitiesProperty capabilities) - Parameters:
capabilities- the value to be set.- Returns:
this
-
devices
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.Builder devices(IResolvable devices) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.getDevices()- Parameters:
devices- the value to be set.- Returns:
this
-
devices
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.Builder devices(List<? extends Object> devices) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.getDevices()- Parameters:
devices- the value to be set.- Returns:
this
-
initProcessEnabled
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.Builder initProcessEnabled(Boolean initProcessEnabled) - Parameters:
initProcessEnabled- the value to be set.- Returns:
this
-
initProcessEnabled
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.Builder initProcessEnabled(IResolvable initProcessEnabled) - Parameters:
initProcessEnabled- the value to be set.- Returns:
this
-
tmpfs
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.Builder tmpfs(IResolvable tmpfs) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.getTmpfs()- Parameters:
tmpfs- the value to be set.- Returns:
this
-
tmpfs
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.Builder tmpfs(List<? extends Object> tmpfs) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty.getTmpfs()- Parameters:
tmpfs- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty>- Returns:
- a new instance of
CfnDaemonTaskDefinitionPropsMixin.LinuxParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-