public static final class CfnJobDefinition.TmpfsProperty.Builder
extends java.lang.Object
CfnJobDefinition.TmpfsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnJobDefinition.TmpfsProperty |
build()
Builds the configured instance.
|
CfnJobDefinition.TmpfsProperty.Builder |
containerPath(java.lang.String containerPath)
Sets the value of
CfnJobDefinition.TmpfsProperty.getContainerPath() |
CfnJobDefinition.TmpfsProperty.Builder |
mountOptions(java.util.List<java.lang.String> mountOptions)
Sets the value of
CfnJobDefinition.TmpfsProperty.getMountOptions() |
CfnJobDefinition.TmpfsProperty.Builder |
size(java.lang.Number size)
Sets the value of
CfnJobDefinition.TmpfsProperty.getSize() |
public CfnJobDefinition.TmpfsProperty.Builder containerPath(java.lang.String containerPath)
CfnJobDefinition.TmpfsProperty.getContainerPath()
containerPath
- The absolute file path in the container where the tmpfs volume is mounted. This parameter is required.this
public CfnJobDefinition.TmpfsProperty.Builder size(java.lang.Number size)
CfnJobDefinition.TmpfsProperty.getSize()
size
- The size (in MiB) of the tmpfs volume. This parameter is required.this
public CfnJobDefinition.TmpfsProperty.Builder mountOptions(java.util.List<java.lang.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
public CfnJobDefinition.TmpfsProperty build()
CfnJobDefinition.TmpfsProperty
java.lang.NullPointerException
- if any required attribute was not provided