Uses of Class
org.cdk8s.plus24.k8s.PhotonPersistentDiskVolumeSource.Builder
-
Packages that use PhotonPersistentDiskVolumeSource.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of PhotonPersistentDiskVolumeSource.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return PhotonPersistentDiskVolumeSource.Builder Modifier and Type Method Description static PhotonPersistentDiskVolumeSource.Builder
PhotonPersistentDiskVolumeSource. builder()
PhotonPersistentDiskVolumeSource.Builder
PhotonPersistentDiskVolumeSource.Builder. fsType(String fsType)
Sets the value ofPhotonPersistentDiskVolumeSource.getFsType()
PhotonPersistentDiskVolumeSource.Builder
PhotonPersistentDiskVolumeSource.Builder. pdId(String pdId)
Sets the value ofPhotonPersistentDiskVolumeSource.getPdId()
Constructors in org.cdk8s.plus24.k8s with parameters of type PhotonPersistentDiskVolumeSource.Builder Constructor Description Jsii$Proxy(PhotonPersistentDiskVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by thePhotonPersistentDiskVolumeSource.Builder
.
-