Package io.openlineage.client
Class OpenLineage.TagsJobFacetBuilder
java.lang.Object
io.openlineage.client.OpenLineage.TagsJobFacetBuilder
- All Implemented Interfaces:
OpenLineage.Builder<OpenLineage.TagsJobFacet>
- Enclosing class:
- OpenLineage
public final class OpenLineage.TagsJobFacetBuilder
extends Object
implements OpenLineage.Builder<OpenLineage.TagsJobFacet>
builder class for TagsJobFacet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
build an instance of TagsJobFacet from the fields set in the builderadd additional properties
-
Constructor Details
-
TagsJobFacetBuilder
public TagsJobFacetBuilder()
-
-
Method Details
-
tags
- Parameters:
tags
- The tags applied to the job facet- Returns:
- this
-
put
add additional properties- Parameters:
key
- the additional property namevalue
- the additional property value- Returns:
- this
-
build
build an instance of TagsJobFacet from the fields set in the builder- Specified by:
build
in interfaceOpenLineage.Builder<OpenLineage.TagsJobFacet>
- Returns:
- the constructed type
-