Interface InputNodeBuilder
public interface InputNodeBuilder
Builder for input node.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the id of the input node.
-
Method Details
-
withId
Sets the id of the input node.- Parameters:
id
- id of the input node- Returns:
- a reference to this builder
-