Interface InputNodeBuilder.Builder
- Enclosing interface:
- InputNodeBuilder
public static interface InputNodeBuilder.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a input node object.Configures the custom label for disconnected input node.
-
Method Details
-
withLabel
Configures the custom label for disconnected input node.- Parameters:
label
- a string label- Returns:
- a reference to this builder
-
build
InputNode build()Builds a input node object.- Returns:
- a concrete input node object
-