@Generated(value="software.amazon.awssdk:codegen") public final class Tmpfs extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Tmpfs.Builder,Tmpfs>
The container path, mount options, and size of the tmpfs mount.
Modifier and Type | Class and Description |
---|---|
static interface |
Tmpfs.Builder |
Modifier and Type | Method and Description |
---|---|
static Tmpfs.Builder |
builder() |
String |
containerPath()
The absolute file path where the tmpfs volume is to be mounted.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
mountOptions()
The list of tmpfs volume mount options.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Tmpfs.Builder> |
serializableBuilderClass() |
Integer |
size()
The size (in MiB) of the tmpfs volume.
|
Tmpfs.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String containerPath()
The absolute file path where the tmpfs volume is to be mounted.
public Integer size()
The size (in MiB) of the tmpfs volume.
public List<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"
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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"
public Tmpfs.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Tmpfs.Builder,Tmpfs>
public static Tmpfs.Builder builder()
public static Class<? extends Tmpfs.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.