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