Interface InputLabelStepPropertyBuilder
public interface InputLabelStepPropertyBuilder
Builder for step property that sets an input label for an input node.
- Since:
- 2.0.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the input label step property object.withIsRequired
(boolean isRequired) Configures whether this step property must have a value assigned.Configures the custom label for disconnected input node.
-
Method Details
-
build
InputLabelStepProperty build()Builds the input label step property object.- Returns:
- Input label step property object
-
withIsRequired
Configures whether this step property must have a value assigned.- Parameters:
isRequired
- requires a value to be assigned- Returns:
- Input label step property builder
-
withLabel
Configures the custom label for disconnected input node.- Parameters:
label
- a string label- Returns:
- Input label step property builder
- Since:
- 2.3.0
-