| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static Tmpfs.Builder |
Tmpfs.builder() |
Tmpfs.Builder |
Tmpfs.Builder.containerPath(String containerPath)
The absolute file path in the container where the
tmpfs volume is mounted. |
Tmpfs.Builder |
Tmpfs.Builder.mountOptions(Collection<String> mountOptions)
The list of
tmpfs volume mount options. |
Tmpfs.Builder |
Tmpfs.Builder.mountOptions(String... mountOptions)
The list of
tmpfs volume mount options. |
Tmpfs.Builder |
Tmpfs.Builder.size(Integer size)
The size (in MiB) of the
tmpfs volume. |
Tmpfs.Builder |
Tmpfs.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Tmpfs.Builder> |
Tmpfs.serializableBuilderClass() |
Copyright © 2023. All rights reserved.