Package io.openlineage.client
Class OpenLineage.InputFieldTransformationsBuilder
java.lang.Object
io.openlineage.client.OpenLineage.InputFieldTransformationsBuilder
- All Implemented Interfaces:
OpenLineage.Builder<OpenLineage.InputFieldTransformations>
- Enclosing class:
- OpenLineage
public static final class OpenLineage.InputFieldTransformationsBuilder
extends Object
implements OpenLineage.Builder<OpenLineage.InputFieldTransformations>
builder class for InputFieldTransformations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()build an instance of InputFieldTransformations from the fields set in the builderdescription(String description) add additional properties
-
Constructor Details
-
InputFieldTransformationsBuilder
public InputFieldTransformationsBuilder()
-
-
Method Details
-
type
- Parameters:
type- The type of the transformation. Allowed values are: DIRECT, INDIRECT- Returns:
- this
-
subtype
- Parameters:
subtype- The subtype of the transformation- Returns:
- this
-
description
- Parameters:
description- a string representation of the transformation applied- Returns:
- this
-
masking
- Parameters:
masking- is transformation masking the data or not- Returns:
- this
-
put
add additional properties- Parameters:
key- the additional property namevalue- the additional property value- Returns:
- this
-
build
build an instance of InputFieldTransformations from the fields set in the builder- Specified by:
buildin interfaceOpenLineage.Builder<OpenLineage.InputFieldTransformations>- Returns:
- the constructed type
-