Uses of Class
org.cdk8s.plus20.GCEPersistentDiskVolumeOptions.Builder
-
-
Uses of GCEPersistentDiskVolumeOptions.Builder in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return GCEPersistentDiskVolumeOptions.Builder Modifier and Type Method Description static GCEPersistentDiskVolumeOptions.BuilderGCEPersistentDiskVolumeOptions. builder()GCEPersistentDiskVolumeOptions.BuilderGCEPersistentDiskVolumeOptions.Builder. fsType(String fsType)Sets the value ofGCEPersistentDiskVolumeOptions.getFsType()GCEPersistentDiskVolumeOptions.BuilderGCEPersistentDiskVolumeOptions.Builder. name(String name)Sets the value ofGCEPersistentDiskVolumeOptions.getName()GCEPersistentDiskVolumeOptions.BuilderGCEPersistentDiskVolumeOptions.Builder. partition(Number partition)Sets the value ofGCEPersistentDiskVolumeOptions.getPartition()GCEPersistentDiskVolumeOptions.BuilderGCEPersistentDiskVolumeOptions.Builder. readOnly(Boolean readOnly)Sets the value ofGCEPersistentDiskVolumeOptions.getReadOnly()Constructors in org.cdk8s.plus20 with parameters of type GCEPersistentDiskVolumeOptions.Builder Constructor Description Jsii$Proxy(GCEPersistentDiskVolumeOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theGCEPersistentDiskVolumeOptions.Builder.
-