Package io.openlineage.client
Class OpenLineage.ParentRunFacetRunBuilder
java.lang.Object
io.openlineage.client.OpenLineage.ParentRunFacetRunBuilder
- All Implemented Interfaces:
OpenLineage.Builder<OpenLineage.ParentRunFacetRun>
- Enclosing class:
- OpenLineage
public static final class OpenLineage.ParentRunFacetRunBuilder
extends Object
implements OpenLineage.Builder<OpenLineage.ParentRunFacetRun>
builder class for ParentRunFacetRun
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
build an instance of ParentRunFacetRun from the fields set in the builder
-
Constructor Details
-
ParentRunFacetRunBuilder
public ParentRunFacetRunBuilder()
-
-
Method Details
-
runId
- Parameters:
runId
- The globally unique ID of the run associated with the job.- Returns:
- this
-
build
build an instance of ParentRunFacetRun from the fields set in the builder- Specified by:
build
in interfaceOpenLineage.Builder<OpenLineage.ParentRunFacetRun>
- Returns:
- the constructed type
-