Package com.oracle.bmc.datacatalog.model
Class LineageObject.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.LineageObject.Builder
 
- 
- Enclosing class:
- LineageObject
 
 public static class LineageObject.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LineageObjectbuild()LineageObject.Buildercopy(LineageObject model)LineageObject.Builderdescription(String description)Detailed description of the object.LineageObject.BuilderdisplayName(String displayName)Display name of the object.LineageObject.BuilderisIntraLineageAvailable(Boolean isIntraLineageAvailable)Indicates if intra-lineage is available for this given object.LineageObject.BuilderobjectKey(String objectKey)Key of the object, such as an entity, about which this lineage applies.LineageObject.BuilderparentKey(String parentKey)Key of the parent object for this object.LineageObject.BuilderparentPath(String parentPath)Full path of the parent object.LineageObject.Builderproperties(Map<String,Map<String,String>> properties)A map of maps that contains the properties which are specific to the entity type.LineageObject.BuildertimeCreated(Date timeCreated)The time that this object was created.LineageObject.BuildertimeUpdated(Date timeUpdated)The time that this object was updated.LineageObject.BuildertypeKey(String typeKey)Type key of the object.LineageObject.BuildertypeName(String typeName)Type name of the object.
 
- 
- 
- 
Method Detail- 
objectKeypublic LineageObject.Builder objectKey(String objectKey) Key of the object, such as an entity, about which this lineage applies.- Parameters:
- objectKey- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic LineageObject.Builder displayName(String displayName) Display name of the object.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic LineageObject.Builder description(String description) Detailed description of the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
isIntraLineageAvailablepublic LineageObject.Builder isIntraLineageAvailable(Boolean isIntraLineageAvailable) Indicates if intra-lineage is available for this given object.If yes, drill-down can be requested for this object. - Parameters:
- isIntraLineageAvailable- the value to set
- Returns:
- this builder
 
 - 
parentKeypublic LineageObject.Builder parentKey(String parentKey) Key of the parent object for this object.- Parameters:
- parentKey- the value to set
- Returns:
- this builder
 
 - 
parentPathpublic LineageObject.Builder parentPath(String parentPath) Full path of the parent object.- Parameters:
- parentPath- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic LineageObject.Builder timeCreated(Date timeCreated) The time that this object was created.An RFC3339 formatted datetime string. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic LineageObject.Builder timeUpdated(Date timeUpdated) The time that this object was updated.An RFC3339 formatted datetime string. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
typeNamepublic LineageObject.Builder typeName(String typeName) Type name of the object.Type keys can be found via the ‘/types’ endpoint. - Parameters:
- typeName- the value to set
- Returns:
- this builder
 
 - 
typeKeypublic LineageObject.Builder typeKey(String typeKey) Type key of the object.Type keys can be found via the ‘/types’ endpoint. - Parameters:
- typeKey- the value to set
- Returns:
- this builder
 
 - 
propertiespublic LineageObject.Builder properties(Map<String,Map<String,String>> properties) A map of maps that contains the properties which are specific to the entity type.Each entity type definition defines it’s set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data entities have required properties within the “default” category. Example: {“properties”: { “default”: { “key1”: “value1”}}} - Parameters:
- properties- the value to set
- Returns:
- this builder
 
 - 
buildpublic LineageObject build() 
 - 
copypublic LineageObject.Builder copy(LineageObject model) 
 
- 
 
-