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