Class CouchDbSourceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceFluentImpl<CouchDbSourceBuilder>
-
- io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceBuilder
-
- All Implemented Interfaces:
CouchDbSourceFluent<CouchDbSourceBuilder>,io.fabric8.kubernetes.api.builder.Builder<CouchDbSource>,io.fabric8.kubernetes.api.builder.Fluent<CouchDbSourceBuilder>,io.fabric8.kubernetes.api.builder.Visitable<CouchDbSourceBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CouchDbSource,CouchDbSourceBuilder>
public class CouchDbSourceBuilder extends CouchDbSourceFluentImpl<CouchDbSourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CouchDbSource,CouchDbSourceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceFluentImpl
CouchDbSourceFluentImpl.MetadataNestedImpl<N>, CouchDbSourceFluentImpl.SpecNestedImpl<N>, CouchDbSourceFluentImpl.StatusNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceFluent
CouchDbSourceFluent.MetadataNested<N>, CouchDbSourceFluent.SpecNested<N>, CouchDbSourceFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description CouchDbSourceBuilder()CouchDbSourceBuilder(CouchDbSource instance)CouchDbSourceBuilder(CouchDbSourceFluent<?> fluent)CouchDbSourceBuilder(CouchDbSourceFluent<?> fluent, CouchDbSource instance)CouchDbSourceBuilder(CouchDbSourceFluent<?> fluent, CouchDbSource instance, Boolean validationEnabled)CouchDbSourceBuilder(CouchDbSourceFluent<?> fluent, Boolean validationEnabled)CouchDbSourceBuilder(CouchDbSource instance, Boolean validationEnabled)CouchDbSourceBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableCouchDbSourcebuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.knative.eventing.contrib.couchdb.v1alpha1.CouchDbSourceFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
CouchDbSourceBuilder
public CouchDbSourceBuilder()
-
CouchDbSourceBuilder
public CouchDbSourceBuilder(Boolean validationEnabled)
-
CouchDbSourceBuilder
public CouchDbSourceBuilder(CouchDbSourceFluent<?> fluent)
-
CouchDbSourceBuilder
public CouchDbSourceBuilder(CouchDbSourceFluent<?> fluent, Boolean validationEnabled)
-
CouchDbSourceBuilder
public CouchDbSourceBuilder(CouchDbSourceFluent<?> fluent, CouchDbSource instance)
-
CouchDbSourceBuilder
public CouchDbSourceBuilder(CouchDbSourceFluent<?> fluent, CouchDbSource instance, Boolean validationEnabled)
-
CouchDbSourceBuilder
public CouchDbSourceBuilder(CouchDbSource instance)
-
CouchDbSourceBuilder
public CouchDbSourceBuilder(CouchDbSource instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public EditableCouchDbSource build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CouchDbSource>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCouchDbSourceFluentImpl<CouchDbSourceBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCouchDbSourceFluentImpl<CouchDbSourceBuilder>
-
-