Interface InputLabelStepPropertyBuilder


public interface InputLabelStepPropertyBuilder
Builder for step property that sets an input label for an input node.
Since:
2.0.0
  • Method Details

    • build

      Builds the input label step property object.
      Returns:
      Input label step property object
    • withIsRequired

      InputLabelStepPropertyBuilder withIsRequired(boolean isRequired)
      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