Package io.sundr.model
Class PrimitiveRefBuilder
java.lang.Object
- All Implemented Interfaces:
Builder<PrimitiveRef>,Visitable<PrimitiveRefBuilder>,VisitableBuilder<PrimitiveRef,PrimitiveRefBuilder>
public class PrimitiveRefBuilder
extends PrimitiveRefFluent<PrimitiveRefBuilder>
implements VisitableBuilder<PrimitiveRef,PrimitiveRefBuilder>
-
Field Summary
Fields inherited from class io.sundr.builder.BaseFluent
_visitables -
Constructor Summary
ConstructorsConstructorDescriptionPrimitiveRefBuilder(PrimitiveRef instance) PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent) PrimitiveRefBuilder(PrimitiveRefFluent<?> fluent, PrimitiveRef instance) -
Method Summary
Methods inherited from class io.sundr.model.PrimitiveRefFluent
copyInstance, equals, getDimensions, getName, hasDimensions, hashCode, hasName, toString, withDimensions, withNameMethods inherited from class io.sundr.model.TypeRefFluent
copyInstanceMethods inherited from class io.sundr.model.AttributeSupportFluent
addToAttributes, addToAttributes, copyInstance, getAttributes, hasAttributes, removeFromAttributes, removeFromAttributes, withAttributesMethods inherited from class io.sundr.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
Constructor Details
-
PrimitiveRefBuilder
public PrimitiveRefBuilder() -
PrimitiveRefBuilder
-
PrimitiveRefBuilder
-
PrimitiveRefBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<PrimitiveRef>
-