Uses of Interface
software.amazon.awssdk.services.batch.model.Host.Builder
-
Packages that use Host.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of Host.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return Host.Builder Modifier and Type Method Description static Host.BuilderHost. builder()Host.BuilderHost.Builder. sourcePath(String sourcePath)The path on the host container instance that's presented to the container.Host.BuilderHost. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type Host.Builder Modifier and Type Method Description static Class<? extends Host.Builder>Host. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type Host.Builder Modifier and Type Method Description 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.
-