Package io.openlineage.client
Class OpenLineage.RootJobBuilder
java.lang.Object
io.openlineage.client.OpenLineage.RootJobBuilder
- All Implemented Interfaces:
OpenLineage.Builder<OpenLineage.RootJob>
- Enclosing class:
- OpenLineage
public static final class OpenLineage.RootJobBuilder
extends Object
implements OpenLineage.Builder<OpenLineage.RootJob>
builder class for RootJob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
build an instance of RootJob from the fields set in the builder
-
Constructor Details
-
RootJobBuilder
public RootJobBuilder()
-
-
Method Details
-
namespace
- Parameters:
namespace
- The namespace containing root job- Returns:
- this
-
name
- Parameters:
name
- The unique name containing root job within that namespace- Returns:
- this
-
build
build an instance of RootJob from the fields set in the builder- Specified by:
build
in interfaceOpenLineage.Builder<OpenLineage.RootJob>
- Returns:
- the constructed type
-