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

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

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.VisitableBuilder;
public class V1beta3FlowSchemaBuilder extends V1beta3FlowSchemaFluent implements VisitableBuilder{
  public V1beta3FlowSchemaBuilder() {
    this(new V1beta3FlowSchema());
  }
  
  public V1beta3FlowSchemaBuilder(V1beta3FlowSchemaFluent fluent) {
    this(fluent, new V1beta3FlowSchema());
  }
  
  public V1beta3FlowSchemaBuilder(V1beta3FlowSchemaFluent fluent,V1beta3FlowSchema instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public V1beta3FlowSchemaBuilder(V1beta3FlowSchema instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  V1beta3FlowSchemaFluent fluent;
  
  public V1beta3FlowSchema build() {
    V1beta3FlowSchema buildable = new V1beta3FlowSchema();
    buildable.setApiVersion(fluent.getApiVersion());
    buildable.setKind(fluent.getKind());
    buildable.setMetadata(fluent.buildMetadata());
    buildable.setSpec(fluent.buildSpec());
    buildable.setStatus(fluent.buildStatus());
    return buildable;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy