static FlowNode.Builder |
FlowNode.builder() |
|
default FlowNode.Builder |
FlowNode.Builder.configuration(Consumer<FlowNodeConfiguration.Builder> configuration) |
Contains configurations for the node.
|
FlowNode.Builder |
FlowNode.Builder.configuration(FlowNodeConfiguration configuration) |
Contains configurations for the node.
|
FlowNode.Builder |
FlowNode.Builder.inputs(Collection<FlowNodeInput> inputs) |
An array of objects, each of which contains information about an input into the node.
|
FlowNode.Builder |
FlowNode.Builder.inputs(Consumer<FlowNodeInput.Builder>... inputs) |
An array of objects, each of which contains information about an input into the node.
|
FlowNode.Builder |
FlowNode.Builder.inputs(FlowNodeInput... inputs) |
An array of objects, each of which contains information about an input into the node.
|
FlowNode.Builder |
FlowNode.Builder.name(String name) |
A name for the node.
|
FlowNode.Builder |
FlowNode.Builder.outputs(Collection<FlowNodeOutput> outputs) |
A list of objects, each of which contains information about an output from the node.
|
FlowNode.Builder |
FlowNode.Builder.outputs(Consumer<FlowNodeOutput.Builder>... outputs) |
A list of objects, each of which contains information about an output from the node.
|
FlowNode.Builder |
FlowNode.Builder.outputs(FlowNodeOutput... outputs) |
A list of objects, each of which contains information about an output from the node.
|
FlowNode.Builder |
FlowNode.toBuilder() |
|
FlowNode.Builder |
FlowNode.Builder.type(String type) |
The type of node.
|
FlowNode.Builder |
FlowNode.Builder.type(FlowNodeType type) |
The type of node.
|