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

io.fabric8.knative.messaging.v1.InMemoryChannelStatusBuilder Maven / Gradle / Ivy

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

import io.fabric8.kubernetes.api.builder.VisitableBuilder;
public class InMemoryChannelStatusBuilder extends InMemoryChannelStatusFluent implements VisitableBuilder{
  public InMemoryChannelStatusBuilder() {
    this(new InMemoryChannelStatus());
  }
  
  public InMemoryChannelStatusBuilder(InMemoryChannelStatusFluent fluent) {
    this(fluent, new InMemoryChannelStatus());
  }
  
  public InMemoryChannelStatusBuilder(InMemoryChannelStatusFluent fluent,InMemoryChannelStatus instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public InMemoryChannelStatusBuilder(InMemoryChannelStatus instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  InMemoryChannelStatusFluent fluent;
  
  public InMemoryChannelStatus build() {
    InMemoryChannelStatus buildable = new InMemoryChannelStatus(fluent.buildAddress(),fluent.buildAddresses(),fluent.getAnnotations(),fluent.buildConditions(),fluent.getDeadLetterSinkAudience(),fluent.getDeadLetterSinkCACerts(),fluent.getDeadLetterSinkUri(),fluent.getObservedGeneration(),fluent.buildPolicies(),fluent.buildSubscribers());
    buildable.setAdditionalProperties(fluent.getAdditionalProperties());
    return buildable;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy