| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static Tmpfs.Builder |
Tmpfs.builder() |
Tmpfs.Builder |
Tmpfs.Builder.containerPath(String containerPath)
The absolute file path where the tmpfs volume is to be 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 maximum 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 © 2021. All rights reserved.