Package io.openlineage.client
Class OpenLineage.TagsJobFacetFieldsBuilder
java.lang.Object
io.openlineage.client.OpenLineage.TagsJobFacetFieldsBuilder
- All Implemented Interfaces:
OpenLineage.Builder<OpenLineage.TagsJobFacetFields>
- Enclosing class:
- OpenLineage
public static final class OpenLineage.TagsJobFacetFieldsBuilder
extends Object
implements OpenLineage.Builder<OpenLineage.TagsJobFacetFields>
builder class for TagsJobFacetFields
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
build an instance of TagsJobFacetFields from the fields set in the builder
-
Constructor Details
-
TagsJobFacetFieldsBuilder
public TagsJobFacetFieldsBuilder()
-
-
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 TagsJobFacetFields from the fields set in the builder- Specified by:
build
in interfaceOpenLineage.Builder<OpenLineage.TagsJobFacetFields>
- Returns:
- the constructed type
-