Package com.oracle.bmc.datacatalog.model
Class LineageRelationship.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.model.LineageRelationship.Builder
-
- Enclosing class:
- LineageRelationship
public static class LineageRelationship.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
fromObjectKey
public LineageRelationship.Builder fromObjectKey(String fromObjectKey)
Object key of source lineage element.- Parameters:
fromObjectKey
- the value to set- Returns:
- this builder
-
toObjectKey
public LineageRelationship.Builder toObjectKey(String toObjectKey)
Object key of target lineage element.- Parameters:
toObjectKey
- the value to set- Returns:
- this builder
-
relationshipType
public LineageRelationship.Builder relationshipType(String relationshipType)
Type of the relationship.- Parameters:
relationshipType
- the value to set- Returns:
- this builder
-
build
public LineageRelationship build()
-
copy
public LineageRelationship.Builder copy(LineageRelationship model)
-
-