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