@Stability(value=Stable) public static final class CfnJobDefinition.TmpfsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJobDefinition.TmpfsProperty>
CfnJobDefinition.TmpfsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJobDefinition.TmpfsProperty |
build()
Builds the configured instance.
|
CfnJobDefinition.TmpfsProperty.Builder |
containerPath(String containerPath)
Sets the value of
CfnJobDefinition.TmpfsProperty.getContainerPath() |
CfnJobDefinition.TmpfsProperty.Builder |
mountOptions(List<String> mountOptions)
Sets the value of
CfnJobDefinition.TmpfsProperty.getMountOptions() |
CfnJobDefinition.TmpfsProperty.Builder |
size(Number size)
Sets the value of
CfnJobDefinition.TmpfsProperty.getSize() |
@Stability(value=Stable) public CfnJobDefinition.TmpfsProperty.Builder containerPath(String containerPath)
CfnJobDefinition.TmpfsProperty.getContainerPath()containerPath - The absolute file path in the container where the tmpfs volume is mounted. This parameter is required.this@Stability(value=Stable) public CfnJobDefinition.TmpfsProperty.Builder size(Number size)
CfnJobDefinition.TmpfsProperty.getSize()size - The size (in MiB) of the tmpfs volume. This parameter is required.this@Stability(value=Stable) public CfnJobDefinition.TmpfsProperty.Builder mountOptions(List<String> mountOptions)
CfnJobDefinition.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 CfnJobDefinition.TmpfsProperty build()
build in interface software.amazon.jsii.Builder<CfnJobDefinition.TmpfsProperty>CfnJobDefinition.TmpfsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.