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