| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Tmpfs |
build()
Builds the configured instance.
|
Tmpfs.Builder |
containerPath(String containerPath)
Sets the value of
Tmpfs.getContainerPath() |
Tmpfs.Builder |
mountOptions(List<? extends TmpfsMountOption> mountOptions)
Sets the value of
Tmpfs.getMountOptions() |
Tmpfs.Builder |
size(Number size)
Sets the value of
Tmpfs.getSize() |
@Stability(value=Stable) public Tmpfs.Builder containerPath(String containerPath)
Tmpfs.getContainerPath()containerPath - The absolute file path where the tmpfs volume is to be mounted. This parameter is required.this@Stability(value=Stable) public Tmpfs.Builder size(Number size)
Tmpfs.getSize()size - The size (in MiB) of the tmpfs volume. This parameter is required.this@Stability(value=Stable) public Tmpfs.Builder mountOptions(List<? extends TmpfsMountOption> mountOptions)
Tmpfs.getMountOptions()mountOptions - The list of tmpfs volume mount options.
For more information, see
TmpfsMountOptions.this@Stability(value=Stable) public Tmpfs build()
build in interface software.amazon.jsii.Builder<Tmpfs>TmpfsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.