Uses of Interface
software.amazon.awssdk.services.batch.model.EksContainerVolumeMount.Builder
-
Packages that use EksContainerVolumeMount.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksContainerVolumeMount.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EksContainerVolumeMount.Builder Modifier and Type Method Description static EksContainerVolumeMount.BuilderEksContainerVolumeMount. builder()EksContainerVolumeMount.BuilderEksContainerVolumeMount.Builder. mountPath(String mountPath)The path on the container where the volume is mounted.EksContainerVolumeMount.BuilderEksContainerVolumeMount.Builder. name(String name)The name the volume mount.EksContainerVolumeMount.BuilderEksContainerVolumeMount.Builder. readOnly(Boolean readOnly)If this value istrue, the container has read-only access to the volume.EksContainerVolumeMount.BuilderEksContainerVolumeMount. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EksContainerVolumeMount.Builder Modifier and Type Method Description static Class<? extends EksContainerVolumeMount.Builder>EksContainerVolumeMount. serializableBuilderClass()
-