public static class LineageRelationship.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LineageRelationship |
build() |
LineageRelationship.Builder |
copy(LineageRelationship model) |
LineageRelationship.Builder |
fromObjectKey(String fromObjectKey)
Object key of source lineage element.
|
LineageRelationship.Builder |
relationshipType(String relationshipType)
Type of the relationship.
|
LineageRelationship.Builder |
toObjectKey(String toObjectKey)
Object key of target lineage element.
|
public LineageRelationship.Builder fromObjectKey(String fromObjectKey)
Object key of source lineage element.
fromObjectKey
- the value to setpublic LineageRelationship.Builder toObjectKey(String toObjectKey)
Object key of target lineage element.
toObjectKey
- the value to setpublic LineageRelationship.Builder relationshipType(String relationshipType)
Type of the relationship.
relationshipType
- the value to setpublic LineageRelationship build()
public LineageRelationship.Builder copy(LineageRelationship model)
Copyright © 2016–2024. All rights reserved.