Uses of Interface
software.amazon.awssdk.services.batch.model.MountPoint.Builder
-
Packages that use MountPoint.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of MountPoint.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return MountPoint.Builder Modifier and Type Method Description static MountPoint.BuilderMountPoint. builder()MountPoint.BuilderMountPoint.Builder. containerPath(String containerPath)The path on the container where the host volume is mounted.MountPoint.BuilderMountPoint.Builder. readOnly(Boolean readOnly)If this value istrue, the container has read-only access to the volume.MountPoint.BuilderMountPoint.Builder. sourceVolume(String sourceVolume)The name of the volume to mount.MountPoint.BuilderMountPoint. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type MountPoint.Builder Modifier and Type Method Description static Class<? extends MountPoint.Builder>MountPoint. serializableBuilderClass()
-