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