Class CfnDaemonTaskDefinitionPropsMixin.TmpfsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnDaemonTaskDefinitionPropsMixin.TmpfsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDaemonTaskDefinitionPropsMixin.TmpfsProperty>
- Enclosing interface:
CfnDaemonTaskDefinitionPropsMixin.TmpfsProperty
@Stability(Stable)
public static final class CfnDaemonTaskDefinitionPropsMixin.TmpfsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDaemonTaskDefinitionPropsMixin.TmpfsProperty>
A builder for
CfnDaemonTaskDefinitionPropsMixin.TmpfsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.containerPath(String containerPath) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.TmpfsProperty.getContainerPath()mountOptions(List<String> mountOptions) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.TmpfsProperty.getMountOptions()Sets the value ofCfnDaemonTaskDefinitionPropsMixin.TmpfsProperty.getSize()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
containerPath
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.TmpfsProperty.Builder containerPath(String containerPath) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.TmpfsProperty.getContainerPath()- Parameters:
containerPath- the value to be set.- Returns:
this
-
mountOptions
@Stability(Stable) public CfnDaemonTaskDefinitionPropsMixin.TmpfsProperty.Builder mountOptions(List<String> mountOptions) Sets the value ofCfnDaemonTaskDefinitionPropsMixin.TmpfsProperty.getMountOptions()- Parameters:
mountOptions- the value to be set.- Returns:
this
-
size
Sets the value ofCfnDaemonTaskDefinitionPropsMixin.TmpfsProperty.getSize()- Parameters:
size- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDaemonTaskDefinitionPropsMixin.TmpfsProperty>- Returns:
- a new instance of
CfnDaemonTaskDefinitionPropsMixin.TmpfsProperty - Throws:
NullPointerException- if any required attribute was not provided
-