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