Skip to content

TransformationBuilder🔗

Constructor🔗

new TransformationBuilder()

Methods🔗

build🔗

Builds the object.

public Transformation build()

disabled🔗

Disabled transformations are skipped

public TransformationBuilder disabled(Boolean disabled)

filter🔗

Optional frame matcher. When missing it will be applied to all results

public TransformationBuilder filter(MatcherConfig filter)

group🔗

The group is the transformation ID

public TransformationBuilder group(String group)

options🔗

Options to be passed to the transformer

Valid options depend on the transformer id

public TransformationBuilder options(Object options)

topic🔗

Where to pull DataFrames from as input to transformation

public TransformationBuilder topic(DataTopic topic)

See also🔗