Package io.openlineage.client
Class OpenLineage.TagsRunFacetFieldsBuilder
java.lang.Object
io.openlineage.client.OpenLineage.TagsRunFacetFieldsBuilder
- All Implemented Interfaces:
OpenLineage.Builder<OpenLineage.TagsRunFacetFields>
- Enclosing class:
- OpenLineage
public static final class OpenLineage.TagsRunFacetFieldsBuilder
extends Object
implements OpenLineage.Builder<OpenLineage.TagsRunFacetFields>
builder class for TagsRunFacetFields
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
build an instance of TagsRunFacetFields from the fields set in the builder
-
Constructor Details
-
TagsRunFacetFieldsBuilder
public TagsRunFacetFieldsBuilder()
-
-
Method Details
-
key
- Parameters:
key
- Key that identifies the tag- Returns:
- this
-
value
- Parameters:
value
- The value of the field- Returns:
- this
-
source
- Parameters:
source
- The source of the tag. INTEGRATION|USER|DBT CORE|SPARK|etc.- Returns:
- this
-
build
build an instance of TagsRunFacetFields from the fields set in the builder- Specified by:
build
in interfaceOpenLineage.Builder<OpenLineage.TagsRunFacetFields>
- Returns:
- the constructed type
-