Package com.experian.datastudio.sdk.api
Interface CustomTypeMetadataBuilder
public interface CustomTypeMetadataBuilder
Builder for metadata of a custom step/parser.
The custom step/parser metadata consists of the name of the custom step/parser, description, major version, minor version, patch version, author name, and license type.
One of the 3 main builders required for a custom step/parser:
- StepConfigurationBuilder
- StepProcessorBuilder
- CustomTypeMetadataBuilder
- Since:
- 2.0.0
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionConfigures the name of the custom step/parser.
-
Method Details
-
withName
Configures the name of the custom step/parser.- Parameters:
name
- name of the custom step/parser- Returns:
- Description builder
-