Interface CustomStepDefinition
- All Superinterfaces:
CustomDefinition
Definition of a custom step, encompasses step configuration, step processor, and custom type metadata.
- Since:
- 2.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreateConfiguration
(StepConfigurationBuilder configurationBuilder) Creates the custom step configuration.createProcessor
(StepProcessorBuilder processorBuilder) Creates the custom step processor.Methods inherited from interface com.experian.datastudio.sdk.api.CustomDefinition
createMetadata
-
Method Details
-
createConfiguration
Creates the custom step configuration.- Parameters:
configurationBuilder
- Step configuration builder- Returns:
- Step configuration of the custom step
- See Also:
-
createProcessor
Creates the custom step processor.- Parameters:
processorBuilder
- Step processor builder- Returns:
- Step processor of the custom step
- See Also:
-