TransformationSettingsBuilder
A builder class for configuring the settings available for Transformations. This base class allows the configuration of settings that are common to all Transformations.
Subclasses can add additional methods to provide custom settings that are required by those Transformations. They should do this by overriding onBuildConfiguration and returning those custom settings. These will be surfaced on the TransformationSettings.configuration object.
Functions
Sets the optional conditions that must be matched in order for the transformationId to be executed.
Sets when this transformationId should be executed. Transformations are executed in ascending order, that is, a Transformation with order 1 will be executed before a Transformation with order 2.
Sets the TransformationScope that the transformationId is applicable for.