Interface UnifiedStepNodeBuilder
public interface UnifiedStepNodeBuilder
Builder for a node of unified custom step.
Used by UnifiedStepConfigurationBuilder.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionaddInputNode
(String inputId) Adds an input node to the custom step.addInputNode
(Function<InputNodeBuilder, InputNode> function) Adds an input node to the custom step.
-
Method Details
-
addInputNode
Adds an input node to the custom step.- Parameters:
inputId
- ID of the input node- Returns:
- Step node builder
-
addInputNode
UnifiedStepNodeBuilder.UnifiedOutputNodeBuilder addInputNode(Function<InputNodeBuilder, InputNode> function) Adds an input node to the custom step.- Parameters:
function
- function to build input node- Returns:
- Step node builder
-