Interface GeneratorConfig.CustomChooserPropertyBuilder
- All Superinterfaces:
GeneratorConfig.NextAble<GeneratorConfig.Builder>
- Enclosing interface:
- GeneratorConfig
public static interface GeneratorConfig.CustomChooserPropertyBuilder
extends GeneratorConfig.NextAble<GeneratorConfig.Builder>
Builder to build and configure a custom chooser
-
Method Summary
Modifier and TypeMethodDescriptionisRequired
(boolean isRequired) Configures whether this custom chooser step property must have a value assigned.withChooserValues
(List<String> strings) Configures the allowed values in the custom chooser.Methods inherited from interface com.experian.datastudio.sdk.api.exporter.GeneratorConfig.NextAble
next
-
Method Details
-
withChooserValues
Configures the allowed values in the custom chooser.- Parameters:
strings
- All allowed values in custom chooser- Returns:
- Custom chooser property builder
-
isRequired
Configures whether this custom chooser step property must have a value assigned.- Parameters:
isRequired
- This specifies whether this custom chooser requires a value to be assigned- Returns:
- Custom chooser property builder
-