Interface StepConfigurationBuilder.AddStepPropertiesBuilder
- Enclosing interface:
- StepConfigurationBuilder
public static interface StepConfigurationBuilder.AddStepPropertiesBuilder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionwithStepProperties
(Function<StepPropertiesBuilder, List<StepProperty>> stepPropertyBuilder) Configures the step properties that are associated with the custom step.
-
Method Details
-
withStepProperties
StepConfigurationBuilder.IsCompleteAndOutputDefinitionBuilder withStepProperties(Function<StepPropertiesBuilder, List<StepProperty>> stepPropertyBuilder) Configures the step properties that are associated with the custom step.- Parameters:
stepPropertyBuilder
- list of Step Properties- Returns:
- Complete and output definition builder
-