Uses of Interface
software.amazon.awssdk.services.batch.model.Volume.Builder
-
Packages that use Volume.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of Volume.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return Volume.Builder Modifier and Type Method Description static Volume.BuilderVolume. builder()default Volume.BuilderVolume.Builder. efsVolumeConfiguration(Consumer<EFSVolumeConfiguration.Builder> efsVolumeConfiguration)This parameter is specified when you're using an Amazon Elastic File System file system for job storage.Volume.BuilderVolume.Builder. efsVolumeConfiguration(EFSVolumeConfiguration efsVolumeConfiguration)This parameter is specified when you're using an Amazon Elastic File System file system for job storage.default Volume.BuilderVolume.Builder. host(Consumer<Host.Builder> host)The contents of thehostparameter determine whether your data volume persists on the host container instance and where it's stored.Volume.BuilderVolume.Builder. host(Host host)The contents of thehostparameter determine whether your data volume persists on the host container instance and where it's stored.Volume.BuilderVolume.Builder. name(String name)The name of the volume.Volume.BuilderVolume. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type Volume.Builder Modifier and Type Method Description static Class<? extends Volume.Builder>Volume. serializableBuilderClass()
-