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

io.fabric8.knative.messaging.v1beta1.KafkaChannelListBuilder Maven / Gradle / Ivy

The newest version!
package io.fabric8.knative.messaging.v1beta1;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy