public static interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails.Builder |
containerPath(String containerPath)
The absolute file path where the tmpfs volume is to be mounted.
|
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails.Builder |
mountOptions(Collection<String> mountOptions)
The list of tmpfs volume mount options.
|
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails.Builder |
mountOptions(String... mountOptions)
The list of tmpfs volume mount options.
|
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails.Builder |
size(Integer size)
The maximum size (in MiB) of the tmpfs volume.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails.Builder containerPath(String containerPath)
The absolute file path where the tmpfs volume is to be mounted.
containerPath - The absolute file path where the tmpfs volume is to be mounted.AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails.Builder mountOptions(Collection<String> 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"
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"
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails.Builder mountOptions(String... 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"
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"
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails.Builder size(Integer size)
The maximum size (in MiB) of the tmpfs volume.
size - The maximum size (in MiB) of the tmpfs volume.Copyright © 2023. All rights reserved.