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 java.lang.Object implements OpenLineage.Builder<OpenLineage.ParentRunFacetRun>
builder class for ParentRunFacetRun
-
-
Constructor Summary
Constructors Constructor Description ParentRunFacetRunBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenLineage.ParentRunFacetRun
build()
build an instance of ParentRunFacetRun from the fields set in the builderOpenLineage.ParentRunFacetRunBuilder
runId(java.util.UUID runId)
-
-
-
Method Detail
-
runId
public OpenLineage.ParentRunFacetRunBuilder runId(java.util.UUID runId)
- Parameters:
runId
- The globally unique ID of the run associated with the job.- Returns:
- this
-
build
public OpenLineage.ParentRunFacetRun 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
-
-