io.fabric8.knative.sources.v1alpha1.CouchDbSourceListBuilder Maven / Gradle / Ivy
The newest version!
package io.fabric8.knative.sources.v1alpha1;
import io.fabric8.kubernetes.api.builder.VisitableBuilder;
public class CouchDbSourceListBuilder extends CouchDbSourceListFluent implements VisitableBuilder{
public CouchDbSourceListBuilder() {
this(new CouchDbSourceList());
}
public CouchDbSourceListBuilder(CouchDbSourceListFluent> fluent) {
this(fluent, new CouchDbSourceList());
}
public CouchDbSourceListBuilder(CouchDbSourceListFluent> fluent,CouchDbSourceList instance) {
this.fluent = fluent;
fluent.copyInstance(instance);
}
public CouchDbSourceListBuilder(CouchDbSourceList instance) {
this.fluent = this;
this.copyInstance(instance);
}
CouchDbSourceListFluent> fluent;
public CouchDbSourceList build() {
CouchDbSourceList buildable = new CouchDbSourceList(fluent.getApiVersion(),fluent.buildItems(),fluent.getKind(),fluent.getMetadata());
buildable.setAdditionalProperties(fluent.getAdditionalProperties());
return buildable;
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy