Uses of Interface
software.amazon.awssdk.services.batch.model.EksHostPath.Builder
-
Packages that use EksHostPath.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksHostPath.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EksHostPath.Builder Modifier and Type Method Description static EksHostPath.BuilderEksHostPath. builder()EksHostPath.BuilderEksHostPath.Builder. path(String path)The path of the file or directory on the host to mount into containers on the pod.EksHostPath.BuilderEksHostPath. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EksHostPath.Builder Modifier and Type Method Description static Class<? extends EksHostPath.Builder>EksHostPath. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EksHostPath.Builder Modifier and Type Method Description default EksVolume.BuilderEksVolume.Builder. hostPath(Consumer<EksHostPath.Builder> hostPath)Specifies the configuration of a KuberneteshostPathvolume.
-