Uses of Interface
software.amazon.awssdk.services.batch.model.EksEmptyDir.Builder
-
Packages that use EksEmptyDir.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of EksEmptyDir.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return EksEmptyDir.Builder Modifier and Type Method Description static EksEmptyDir.BuilderEksEmptyDir. builder()EksEmptyDir.BuilderEksEmptyDir.Builder. medium(String medium)The medium to store the volume.EksEmptyDir.BuilderEksEmptyDir.Builder. sizeLimit(String sizeLimit)The maximum size of the volume.EksEmptyDir.BuilderEksEmptyDir. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type EksEmptyDir.Builder Modifier and Type Method Description static Class<? extends EksEmptyDir.Builder>EksEmptyDir. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type EksEmptyDir.Builder Modifier and Type Method Description default EksVolume.BuilderEksVolume.Builder. emptyDir(Consumer<EksEmptyDir.Builder> emptyDir)Specifies the configuration of a KubernetesemptyDirvolume.
-