static LineageObject.Builder |
LineageObject.builder() |
Create a new builder.
|
LineageObject.Builder |
LineageObject.Builder.copy(LineageObject model) |
|
LineageObject.Builder |
LineageObject.Builder.description(String description) |
Detailed description of the object.
|
LineageObject.Builder |
LineageObject.Builder.displayName(String displayName) |
Display name of the object.
|
LineageObject.Builder |
LineageObject.Builder.isIntraLineageAvailable(Boolean isIntraLineageAvailable) |
Indicates if intra-lineage is available for this given object.
|
LineageObject.Builder |
LineageObject.Builder.objectKey(String objectKey) |
Key of the object, such as an entity, about which this lineage applies.
|
LineageObject.Builder |
LineageObject.Builder.parentKey(String parentKey) |
Key of the parent object for this object.
|
LineageObject.Builder |
LineageObject.Builder.parentPath(String parentPath) |
Full path of the parent object.
|
LineageObject.Builder |
LineageObject.Builder.properties(Map<String,Map<String,String>> properties) |
A map of maps that contains the properties which are specific to the entity type.
|
LineageObject.Builder |
LineageObject.Builder.timeCreated(Date timeCreated) |
The time that this object was created.
|
LineageObject.Builder |
LineageObject.Builder.timeUpdated(Date timeUpdated) |
The time that this object was updated.
|
LineageObject.Builder |
LineageObject.toBuilder() |
|
LineageObject.Builder |
LineageObject.Builder.typeKey(String typeKey) |
Type key of the object.
|
LineageObject.Builder |
LineageObject.Builder.typeName(String typeName) |
Type name of the object.
|