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 java.lang.Object implements OpenLineage.Builder<OpenLineage.ParentRunFacetJob>
builder class for ParentRunFacetJob
-
-
Constructor Summary
Constructors Constructor Description ParentRunFacetJobBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenLineage.ParentRunFacetJob
build()
build an instance of ParentRunFacetJob from the fields set in the builderOpenLineage.ParentRunFacetJobBuilder
name(java.lang.String name)
OpenLineage.ParentRunFacetJobBuilder
namespace(java.lang.String namespace)
-
-
-
Method Detail
-
namespace
public OpenLineage.ParentRunFacetJobBuilder namespace(java.lang.String namespace)
- Parameters:
namespace
- The namespace containing that job- Returns:
- this
-
name
public OpenLineage.ParentRunFacetJobBuilder name(java.lang.String name)
- Parameters:
name
- The unique name for that job within that namespace- Returns:
- this
-
build
public OpenLineage.ParentRunFacetJob 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
-
-