Package io.sundr.model
Class ValueRefBuilder
- java.lang.Object
-
- io.sundr.builder.BaseFluent<A>
-
- io.sundr.model.ValueRefFluent<ValueRefBuilder>
-
- io.sundr.model.ValueRefBuilder
-
- All Implemented Interfaces:
io.sundr.builder.Builder<io.sundr.model.ValueRef>,io.sundr.builder.Visitable<ValueRefBuilder>,io.sundr.builder.VisitableBuilder<io.sundr.model.ValueRef,ValueRefBuilder>
public class ValueRefBuilder extends ValueRefFluent<ValueRefBuilder> implements io.sundr.builder.VisitableBuilder<io.sundr.model.ValueRef,ValueRefBuilder>
-
-
Constructor Summary
Constructors Constructor Description ValueRefBuilder()ValueRefBuilder(io.sundr.model.ValueRef instance)ValueRefBuilder(ValueRefFluent<?> fluent)ValueRefBuilder(ValueRefFluent<?> fluent, io.sundr.model.ValueRef instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.sundr.model.ValueRefbuild()-
Methods inherited from class io.sundr.model.ValueRefFluent
copyInstance, equals, getValue, hashCode, hasValue, toString, withValue
-
Methods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ValueRefBuilder
public ValueRefBuilder()
-
ValueRefBuilder
public ValueRefBuilder(ValueRefFluent<?> fluent)
-
ValueRefBuilder
public ValueRefBuilder(ValueRefFluent<?> fluent, io.sundr.model.ValueRef instance)
-
ValueRefBuilder
public ValueRefBuilder(io.sundr.model.ValueRef instance)
-
-