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