Uses of Interface
software.amazon.awssdk.services.ecs.model.HostVolumeProperties.Builder
-
Packages that use HostVolumeProperties.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of HostVolumeProperties.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return HostVolumeProperties.Builder Modifier and Type Method Description static HostVolumeProperties.BuilderHostVolumeProperties. builder()HostVolumeProperties.BuilderHostVolumeProperties.Builder. sourcePath(String sourcePath)When thehostparameter is used, specify asourcePathto declare the path on the host container instance that's presented to the container.HostVolumeProperties.BuilderHostVolumeProperties. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type HostVolumeProperties.Builder Modifier and Type Method Description static Class<? extends HostVolumeProperties.Builder>HostVolumeProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type HostVolumeProperties.Builder Modifier and Type Method Description default Volume.BuilderVolume.Builder. host(Consumer<HostVolumeProperties.Builder> host)This parameter is specified when you use bind mount host volumes.
-