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

io.kubernetes.client.openapi.models.V1ForZoneBuilder 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 V1ForZoneBuilder extends V1ForZoneFluent implements VisitableBuilder{
  public V1ForZoneBuilder() {
    this(new V1ForZone());
  }
  
  public V1ForZoneBuilder(V1ForZoneFluent fluent) {
    this(fluent, new V1ForZone());
  }
  
  public V1ForZoneBuilder(V1ForZoneFluent fluent,V1ForZone instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public V1ForZoneBuilder(V1ForZone instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  V1ForZoneFluent fluent;
  
  public V1ForZone build() {
    V1ForZone buildable = new V1ForZone();
    buildable.setName(fluent.getName());
    return buildable;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy