Uses of Class
org.cdk8s.plus24.GCEPersistentDiskVolumeOptions.Builder
-
Packages that use GCEPersistentDiskVolumeOptions.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of GCEPersistentDiskVolumeOptions.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return GCEPersistentDiskVolumeOptions.Builder Modifier and Type Method Description static GCEPersistentDiskVolumeOptions.Builder
GCEPersistentDiskVolumeOptions. builder()
GCEPersistentDiskVolumeOptions.Builder
GCEPersistentDiskVolumeOptions.Builder. fsType(String fsType)
Sets the value ofGCEPersistentDiskVolumeOptions.getFsType()
GCEPersistentDiskVolumeOptions.Builder
GCEPersistentDiskVolumeOptions.Builder. name(String name)
Sets the value ofGCEPersistentDiskVolumeOptions.getName()
GCEPersistentDiskVolumeOptions.Builder
GCEPersistentDiskVolumeOptions.Builder. partition(Number partition)
Sets the value ofGCEPersistentDiskVolumeOptions.getPartition()
GCEPersistentDiskVolumeOptions.Builder
GCEPersistentDiskVolumeOptions.Builder. readOnly(Boolean readOnly)
Sets the value ofGCEPersistentDiskVolumeOptions.getReadOnly()
Constructors in org.cdk8s.plus24 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
.
-