io.fabric8.openshift.api.model.installer.azure.v1.TrustedLaunchBuilder Maven / Gradle / Ivy
package io.fabric8.openshift.api.model.installer.azure.v1;
import io.fabric8.kubernetes.api.builder.VisitableBuilder;
public class TrustedLaunchBuilder extends TrustedLaunchFluent implements VisitableBuilder{
public TrustedLaunchBuilder() {
this(new TrustedLaunch());
}
public TrustedLaunchBuilder(TrustedLaunchFluent> fluent) {
this(fluent, new TrustedLaunch());
}
public TrustedLaunchBuilder(TrustedLaunchFluent> fluent,TrustedLaunch instance) {
this.fluent = fluent;
fluent.copyInstance(instance);
}
public TrustedLaunchBuilder(TrustedLaunch instance) {
this.fluent = this;
this.copyInstance(instance);
}
TrustedLaunchFluent> fluent;
public TrustedLaunch build() {
TrustedLaunch buildable = new TrustedLaunch(fluent.buildUefiSettings());
buildable.setAdditionalProperties(fluent.getAdditionalProperties());
return buildable;
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy