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 Summary
Modifier and TypeMethodDescriptionisRequired
(boolean isRequired) Specifies whether this additional input node is required to link to an input or not.Specifies the custom label for input node.Methods inherited from interface com.experian.datastudio.sdk.api.exporter.GeneratorConfig.NextAble
next
-
Method Details
-
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
-