Package io.fabric8.kubernetes.api.model
Class GCEPersistentDiskVolumeSourceBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSourceFluentImpl<GCEPersistentDiskVolumeSourceBuilder>
io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSourceBuilder
- All Implemented Interfaces:
Builder<GCEPersistentDiskVolumeSource>,Fluent<GCEPersistentDiskVolumeSourceBuilder>,Visitable<GCEPersistentDiskVolumeSourceBuilder>,VisitableBuilder<GCEPersistentDiskVolumeSource,GCEPersistentDiskVolumeSourceBuilder>,GCEPersistentDiskVolumeSourceFluent<GCEPersistentDiskVolumeSourceBuilder>
public class GCEPersistentDiskVolumeSourceBuilder extends GCEPersistentDiskVolumeSourceFluentImpl<GCEPersistentDiskVolumeSourceBuilder> implements VisitableBuilder<GCEPersistentDiskVolumeSource,GCEPersistentDiskVolumeSourceBuilder>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GCEPersistentDiskVolumeSourceBuilder()GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSource instance)GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent)GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent, GCEPersistentDiskVolumeSource instance)GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent, GCEPersistentDiskVolumeSource instance, Boolean validationEnabled)GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent, Boolean validationEnabled)GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSource instance, Boolean validationEnabled)GCEPersistentDiskVolumeSourceBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description GCEPersistentDiskVolumeSourcebuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSourceFluentImpl
getFsType, getPartition, getPdName, hasFsType, hasPartition, hasPdName, hasReadOnly, isReadOnly, withFsType, withNewFsType, withNewFsType, withNewFsType, withNewPartition, withNewPartition, withNewPdName, withNewPdName, withNewPdName, withNewReadOnly, withNewReadOnly, withPartition, withPdName, withReadOnlyMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder() -
GCEPersistentDiskVolumeSourceBuilder
-
GCEPersistentDiskVolumeSourceBuilder
-
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent, Boolean validationEnabled) -
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent, GCEPersistentDiskVolumeSource instance) -
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSourceFluent<?> fluent, GCEPersistentDiskVolumeSource instance, Boolean validationEnabled) -
GCEPersistentDiskVolumeSourceBuilder
-
GCEPersistentDiskVolumeSourceBuilder
public GCEPersistentDiskVolumeSourceBuilder(GCEPersistentDiskVolumeSource instance, Boolean validationEnabled)
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<GCEPersistentDiskVolumeSource>
-
equals
- Overrides:
equalsin classGCEPersistentDiskVolumeSourceFluentImpl<GCEPersistentDiskVolumeSourceBuilder>
-