Package org.jesterj.ingest.processors
Class SetStaticValue.Builder
- java.lang.Object
-
- org.jesterj.ingest.model.impl.NamedBuilder<SetStaticValue>
-
- org.jesterj.ingest.processors.SetStaticValue.Builder
-
- All Implemented Interfaces:
Buildable<SetStaticValue>,ConfiguredBuildable<SetStaticValue>
- Enclosing class:
- SetStaticValue
public static class SetStaticValue.Builder extends NamedBuilder<SetStaticValue>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetStaticValue.Builderadding(java.lang.String fieldName)SetStaticValuebuild()protected SetStaticValuegetObj()SetStaticValue.Buildernamed(java.lang.String name)SetStaticValue.BuilderreplaceExistingValue()SetStaticValue.BuilderskipIfHasValue()SetStaticValue.BuilderwithValue(java.lang.String value)-
Methods inherited from class org.jesterj.ingest.model.impl.NamedBuilder
isValid
-
-
-
-
Method Detail
-
named
public SetStaticValue.Builder named(java.lang.String name)
- Specified by:
namedin classNamedBuilder<SetStaticValue>
-
getObj
protected SetStaticValue getObj()
- Overrides:
getObjin classNamedBuilder<SetStaticValue>
-
adding
public SetStaticValue.Builder adding(java.lang.String fieldName)
-
withValue
public SetStaticValue.Builder withValue(java.lang.String value)
-
skipIfHasValue
public SetStaticValue.Builder skipIfHasValue()
-
replaceExistingValue
public SetStaticValue.Builder replaceExistingValue()
-
build
public SetStaticValue build()
-
-