Class SetVariable.Builder
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.Operation.BaseBuilder<SetVariable,SetVariable.Builder>
-
- uk.gov.gchq.gaffer.operation.impl.SetVariable.Builder
-
- All Implemented Interfaces:
Input.Builder<SetVariable,Object,SetVariable.Builder>
,Operation.Builder<SetVariable,SetVariable.Builder>
- Enclosing class:
- SetVariable
public static final class SetVariable.Builder extends Operation.BaseBuilder<SetVariable,SetVariable.Builder> implements Input.Builder<SetVariable,Object,SetVariable.Builder>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetVariable.Builder
variableName(String variableName)
-
Methods inherited from class uk.gov.gchq.gaffer.operation.Operation.BaseBuilder
_getOp, _self, build, option, options
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.io.Input.Builder
input
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation.Builder
_getOp, _self
-
-
-
-
Method Detail
-
variableName
public SetVariable.Builder variableName(String variableName)
-
-