io.kubernetes.client.openapi.models.V1alpha2NamedResourcesAllocationResultBuilder Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
public class V1alpha2NamedResourcesAllocationResultBuilder extends V1alpha2NamedResourcesAllocationResultFluent implements VisitableBuilder{
public V1alpha2NamedResourcesAllocationResultBuilder() {
this(new V1alpha2NamedResourcesAllocationResult());
}
public V1alpha2NamedResourcesAllocationResultBuilder(V1alpha2NamedResourcesAllocationResultFluent> fluent) {
this(fluent, new V1alpha2NamedResourcesAllocationResult());
}
public V1alpha2NamedResourcesAllocationResultBuilder(V1alpha2NamedResourcesAllocationResultFluent> fluent,V1alpha2NamedResourcesAllocationResult instance) {
this.fluent = fluent;
fluent.copyInstance(instance);
}
public V1alpha2NamedResourcesAllocationResultBuilder(V1alpha2NamedResourcesAllocationResult instance) {
this.fluent = this;
this.copyInstance(instance);
}
V1alpha2NamedResourcesAllocationResultFluent> fluent;
public V1alpha2NamedResourcesAllocationResult build() {
V1alpha2NamedResourcesAllocationResult buildable = new V1alpha2NamedResourcesAllocationResult();
buildable.setName(fluent.getName());
return buildable;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy