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

io.kubernetes.client.openapi.models.V1alpha2VendorParametersBuilder 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 V1alpha2VendorParametersBuilder extends V1alpha2VendorParametersFluent implements VisitableBuilder{
  public V1alpha2VendorParametersBuilder() {
    this(new V1alpha2VendorParameters());
  }
  
  public V1alpha2VendorParametersBuilder(V1alpha2VendorParametersFluent fluent) {
    this(fluent, new V1alpha2VendorParameters());
  }
  
  public V1alpha2VendorParametersBuilder(V1alpha2VendorParametersFluent fluent,V1alpha2VendorParameters instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public V1alpha2VendorParametersBuilder(V1alpha2VendorParameters instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  V1alpha2VendorParametersFluent fluent;
  
  public V1alpha2VendorParameters build() {
    V1alpha2VendorParameters buildable = new V1alpha2VendorParameters();
    buildable.setDriverName(fluent.getDriverName());
    buildable.setParameters(fluent.getParameters());
    return buildable;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy