Uses of Interface
software.amazon.awssdk.services.guardduty.model.HostPath.Builder
-
Packages that use HostPath.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of HostPath.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return HostPath.Builder Modifier and Type Method Description static HostPath.BuilderHostPath. builder()HostPath.BuilderHostPath.Builder. path(String path)Path of the file or directory on the host that the volume maps to.HostPath.BuilderHostPath. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type HostPath.Builder Modifier and Type Method Description static Class<? extends HostPath.Builder>HostPath. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type HostPath.Builder Modifier and Type Method Description default Volume.BuilderVolume.Builder. hostPath(Consumer<HostPath.Builder> hostPath)Represents a pre-existing file or directory on the host machine that the volume maps to.
-