All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.knative.sources.v1alpha1.IntegrationSourceListBuilder Maven / Gradle / Ivy

The newest version!
package io.fabric8.knative.sources.v1alpha1;

import io.fabric8.kubernetes.api.builder.VisitableBuilder;
public class IntegrationSourceListBuilder extends IntegrationSourceListFluent implements VisitableBuilder{
  public IntegrationSourceListBuilder() {
    this(new IntegrationSourceList());
  }
  
  public IntegrationSourceListBuilder(IntegrationSourceListFluent fluent) {
    this(fluent, new IntegrationSourceList());
  }
  
  public IntegrationSourceListBuilder(IntegrationSourceListFluent fluent,IntegrationSourceList instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public IntegrationSourceListBuilder(IntegrationSourceList instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  IntegrationSourceListFluent fluent;
  
  public IntegrationSourceList build() {
    IntegrationSourceList buildable = new IntegrationSourceList(fluent.getApiVersion(),fluent.buildItems(),fluent.getKind(),fluent.getMetadata());
    buildable.setAdditionalProperties(fluent.getAdditionalProperties());
    return buildable;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy