Uses of Interface
software.amazon.awssdk.services.ecs.model.Tmpfs.Builder
-
Packages that use Tmpfs.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Tmpfs.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return Tmpfs.Builder Modifier and Type Method Description static Tmpfs.BuilderTmpfs. builder()Tmpfs.BuilderTmpfs.Builder. containerPath(String containerPath)The absolute file path where the tmpfs volume is to be mounted.Tmpfs.BuilderTmpfs.Builder. mountOptions(String... mountOptions)The list of tmpfs volume mount options.Tmpfs.BuilderTmpfs.Builder. mountOptions(Collection<String> mountOptions)The list of tmpfs volume mount options.Tmpfs.BuilderTmpfs.Builder. size(Integer size)The maximum size (in MiB) of the tmpfs volume.Tmpfs.BuilderTmpfs. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Tmpfs.Builder Modifier and Type Method Description static Class<? extends Tmpfs.Builder>Tmpfs. serializableBuilderClass()
-