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

io.kubernetes.client.openapi.models.V1beta1CounterBuilder Maven / Gradle / Ivy

The newest version!
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.VisitableBuilder;
public class V1beta1CounterBuilder extends V1beta1CounterFluent implements VisitableBuilder{
  public V1beta1CounterBuilder() {
    this(new V1beta1Counter());
  }
  
  public V1beta1CounterBuilder(V1beta1CounterFluent fluent) {
    this(fluent, new V1beta1Counter());
  }
  
  public V1beta1CounterBuilder(V1beta1CounterFluent fluent,V1beta1Counter instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public V1beta1CounterBuilder(V1beta1Counter instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  V1beta1CounterFluent fluent;
  
  public V1beta1Counter build() {
    V1beta1Counter buildable = new V1beta1Counter();
    buildable.setValue(fluent.getValue());
    return buildable;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy