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