Interface GeneratorConfig.InputNodeGeneratorBuilder

All Superinterfaces:
GeneratorConfig.NextAble<GeneratorConfig.Builder>
Enclosing interface:
GeneratorConfig

public static interface GeneratorConfig.InputNodeGeneratorBuilder extends GeneratorConfig.NextAble<GeneratorConfig.Builder>
Builder to build and configure an input node
  • Method Details

    • isRequired

      GeneratorConfig.InputNodeGeneratorBuilder isRequired(boolean isRequired)
      Specifies whether this additional input node is required to link to an input or not.
      Parameters:
      isRequired - This specifies if the input node is required to have input
      Returns:
      Input node generator builder
    • withLabel

      Specifies the custom label for input node.
      Parameters:
      label - String label for the input node
      Returns:
      Input node generator builder