Package io.openlineage.client
Class OpenLineage.OwnershipDatasetFacetOwnersBuilder
java.lang.Object
io.openlineage.client.OpenLineage.OwnershipDatasetFacetOwnersBuilder
- All Implemented Interfaces:
OpenLineage.Builder<OpenLineage.OwnershipDatasetFacetOwners>
- Enclosing class:
- OpenLineage
public static final class OpenLineage.OwnershipDatasetFacetOwnersBuilder
extends Object
implements OpenLineage.Builder<OpenLineage.OwnershipDatasetFacetOwners>
builder class for OwnershipDatasetFacetOwners
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
build an instance of OwnershipDatasetFacetOwners from the fields set in the builder
-
Constructor Details
-
OwnershipDatasetFacetOwnersBuilder
public OwnershipDatasetFacetOwnersBuilder()
-
-
Method Details
-
name
- Parameters:
name
- the identifier of the owner of the Dataset. 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 OwnershipDatasetFacetOwners from the fields set in the builder- Specified by:
build
in interfaceOpenLineage.Builder<OpenLineage.OwnershipDatasetFacetOwners>
- Returns:
- the constructed type
-