Package io.fabric8.kubernetes.api.model
Class PhotonPersistentDiskVolumeSourceBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.PhotonPersistentDiskVolumeSourceFluentImpl<PhotonPersistentDiskVolumeSourceBuilder>
io.fabric8.kubernetes.api.model.PhotonPersistentDiskVolumeSourceBuilder
- All Implemented Interfaces:
Builder<PhotonPersistentDiskVolumeSource>
,Fluent<PhotonPersistentDiskVolumeSourceBuilder>
,Visitable<PhotonPersistentDiskVolumeSourceBuilder>
,VisitableBuilder<PhotonPersistentDiskVolumeSource,PhotonPersistentDiskVolumeSourceBuilder>
,PhotonPersistentDiskVolumeSourceFluent<PhotonPersistentDiskVolumeSourceBuilder>
public class PhotonPersistentDiskVolumeSourceBuilder extends PhotonPersistentDiskVolumeSourceFluentImpl<PhotonPersistentDiskVolumeSourceBuilder> implements VisitableBuilder<PhotonPersistentDiskVolumeSource,PhotonPersistentDiskVolumeSourceBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PhotonPersistentDiskVolumeSourceBuilder()
PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSource instance)
PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSourceFluent<?> fluent)
PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSourceFluent<?> fluent, PhotonPersistentDiskVolumeSource instance)
PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSourceFluent<?> fluent, PhotonPersistentDiskVolumeSource instance, Boolean validationEnabled)
PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSourceFluent<?> fluent, Boolean validationEnabled)
PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSource instance, Boolean validationEnabled)
PhotonPersistentDiskVolumeSourceBuilder(Boolean validationEnabled)
-
Method Summary
Modifier and Type Method Description PhotonPersistentDiskVolumeSource
build()
boolean
equals(Object o)
Methods inherited from class io.fabric8.kubernetes.api.model.PhotonPersistentDiskVolumeSourceFluentImpl
getFsType, getPdID, hasFsType, hasPdID, withFsType, withNewFsType, withNewFsType, withNewFsType, withNewPdID, withNewPdID, withNewPdID, withPdID
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder() -
PhotonPersistentDiskVolumeSourceBuilder
-
PhotonPersistentDiskVolumeSourceBuilder
-
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSourceFluent<?> fluent, Boolean validationEnabled) -
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSourceFluent<?> fluent, PhotonPersistentDiskVolumeSource instance) -
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSourceFluent<?> fluent, PhotonPersistentDiskVolumeSource instance, Boolean validationEnabled) -
PhotonPersistentDiskVolumeSourceBuilder
-
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSource instance, Boolean validationEnabled)
-
-
Method Details
-
build
- Specified by:
build
in interfaceBuilder<PhotonPersistentDiskVolumeSource>
-
equals
- Overrides:
equals
in classPhotonPersistentDiskVolumeSourceFluentImpl<PhotonPersistentDiskVolumeSourceBuilder>
-