static FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.builder() |
|
FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.Builder.category(String category) |
The category of the input field.
|
FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.Builder.category(FlowNodeInputCategory category) |
The category of the input field.
|
default FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.Builder.content(Consumer<FlowTraceNodeInputContent.Builder> content) |
The content of the node input.
|
FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.Builder.content(FlowTraceNodeInputContent content) |
The content of the node input.
|
FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.Builder.executionChain(Collection<FlowTraceNodeInputExecutionChainItem> executionChain) |
The execution path through nested nodes like iterators and loops.
|
FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.Builder.executionChain(Consumer<FlowTraceNodeInputExecutionChainItem.Builder>... executionChain) |
The execution path through nested nodes like iterators and loops.
|
FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.Builder.executionChain(FlowTraceNodeInputExecutionChainItem... executionChain) |
The execution path through nested nodes like iterators and loops.
|
FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.Builder.nodeInputName(String nodeInputName) |
The name of the node input.
|
default FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.Builder.source(Consumer<FlowTraceNodeInputSource.Builder> source) |
The source node that provides input data to this field.
|
FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.Builder.source(FlowTraceNodeInputSource source) |
The source node that provides input data to this field.
|
FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.toBuilder() |
|
FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.Builder.type(String type) |
The data type of the input field for compatibility validation.
|
FlowTraceNodeInputField.Builder |
FlowTraceNodeInputField.Builder.type(FlowNodeIODataType type) |
The data type of the input field for compatibility validation.
|