Package io.openlineage.client
Class OpenLineage.OwnershipJobFacetOwnersBuilder
java.lang.Object
io.openlineage.client.OpenLineage.OwnershipJobFacetOwnersBuilder
- All Implemented Interfaces:
OpenLineage.Builder<OpenLineage.OwnershipJobFacetOwners>
- Enclosing class:
- OpenLineage
public static final class OpenLineage.OwnershipJobFacetOwnersBuilder
extends Object
implements OpenLineage.Builder<OpenLineage.OwnershipJobFacetOwners>
builder class for OwnershipJobFacetOwners
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
build an instance of OwnershipJobFacetOwners from the fields set in the builder
-
Constructor Details
-
OwnershipJobFacetOwnersBuilder
public OwnershipJobFacetOwnersBuilder()
-
-
Method Details
-
name
- Parameters:
name
- the identifier of the owner of the Job. It is recommended to define this as a URN. For example application:foo, user:jdoe, team:data- Returns:
- this
-
type
- Parameters:
type
- The type of ownership (optional)- Returns:
- this
-
build
build an instance of OwnershipJobFacetOwners from the fields set in the builder- Specified by:
build
in interfaceOpenLineage.Builder<OpenLineage.OwnershipJobFacetOwners>
- Returns:
- the constructed type
-