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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhotonPersistentDiskVolumeSource
build()
boolean
equals(Object o)
int
hashCode()
-
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, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder()
-
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder(Boolean validationEnabled)
-
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSourceFluent<?> fluent)
-
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSourceFluent<?> fluent, Boolean validationEnabled)
-
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSourceFluent<?> fluent, PhotonPersistentDiskVolumeSource instance)
-
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSourceFluent<?> fluent, PhotonPersistentDiskVolumeSource instance, Boolean validationEnabled)
-
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSource instance)
-
PhotonPersistentDiskVolumeSourceBuilder
public PhotonPersistentDiskVolumeSourceBuilder(PhotonPersistentDiskVolumeSource instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public PhotonPersistentDiskVolumeSource build()
- Specified by:
build
in interfaceBuilder<PhotonPersistentDiskVolumeSource>
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classPhotonPersistentDiskVolumeSourceFluentImpl<PhotonPersistentDiskVolumeSourceBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classPhotonPersistentDiskVolumeSourceFluentImpl<PhotonPersistentDiskVolumeSourceBuilder>
-
-