@Stability(value=Stable) public static final class CfnTaskDefinition.TmpfsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTaskDefinition.TmpfsProperty>
CfnTaskDefinition.TmpfsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTaskDefinition.TmpfsProperty |
build()
Builds the configured instance.
|
CfnTaskDefinition.TmpfsProperty.Builder |
containerPath(String containerPath)
Sets the value of
CfnTaskDefinition.TmpfsProperty.getContainerPath() |
CfnTaskDefinition.TmpfsProperty.Builder |
mountOptions(List<String> mountOptions)
Sets the value of
CfnTaskDefinition.TmpfsProperty.getMountOptions() |
CfnTaskDefinition.TmpfsProperty.Builder |
size(Number size)
Sets the value of
CfnTaskDefinition.TmpfsProperty.getSize() |
@Stability(value=Stable) public CfnTaskDefinition.TmpfsProperty.Builder size(Number size)
CfnTaskDefinition.TmpfsProperty.getSize()size - The maximum size (in MiB) of the tmpfs volume. This parameter is required.this@Stability(value=Stable) public CfnTaskDefinition.TmpfsProperty.Builder containerPath(String containerPath)
CfnTaskDefinition.TmpfsProperty.getContainerPath()containerPath - The absolute file path where the tmpfs volume is to be mounted.this@Stability(value=Stable) public CfnTaskDefinition.TmpfsProperty.Builder mountOptions(List<String> mountOptions)
CfnTaskDefinition.TmpfsProperty.getMountOptions()mountOptions - The list of tmpfs volume mount options.
Valid values: "defaults" | "ro" | "rw" | "suid" | "nosuid" | "dev" | "nodev" | "exec" | "noexec" | "sync" | "async" | "dirsync" | "remount" | "mand" | "nomand" | "atime" | "noatime" | "diratime" | "nodiratime" | "bind" | "rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime" | "norelatime" | "strictatime" | "nostrictatime" | "mode" | "uid" | "gid" | "nr_inodes" | "nr_blocks" | "mpol"this@Stability(value=Stable) public CfnTaskDefinition.TmpfsProperty build()
build in interface software.amazon.jsii.Builder<CfnTaskDefinition.TmpfsProperty>CfnTaskDefinition.TmpfsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.