Class EntitySummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.EntitySummary.Builder
 
- 
- Enclosing class:
- EntitySummary
 
 public static class EntitySummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EntitySummarybuild()EntitySummary.BuilderbusinessName(String businessName)Optional user friendly business name of the data entity.EntitySummary.Buildercopy(EntitySummary model)EntitySummary.BuilderdataAssetKey(String dataAssetKey)Unique key of the parent data asset.EntitySummary.Builderdescription(String description)Detailed description of a data entity.EntitySummary.BuilderdisplayName(String displayName)A user-friendly display name.EntitySummary.BuilderexternalKey(String externalKey)Unique external key of this object in the source system.EntitySummary.BuilderfolderKey(String folderKey)Key of the associated folder.EntitySummary.BuilderfolderName(String folderName)Name of the associated folder.EntitySummary.BuilderisLogical(Boolean isLogical)Property that identifies if the object is a physical object (materialized) or virtual/logical object defined on other objects.EntitySummary.BuilderisPartition(Boolean isPartition)Property that identifies if an object is a sub object of a physical or materialized parent object.EntitySummary.Builderkey(String key)Unique data entity key that is immutable.EntitySummary.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.EntitySummary.BuilderlifecycleState(LifecycleState lifecycleState)State of the data entity.EntitySummary.BuilderobjectStorageUrl(String objectStorageUrl)URL of the data entity in the object store.EntitySummary.Builderpath(String path)Full path of the data entity.EntitySummary.BuilderpatternKey(String patternKey)Key of the associated pattern if this is a logical entity.EntitySummary.Builderproperties(Map<String,Map<String,String>> properties)A map of maps that contains the properties which are specific to the entity type.EntitySummary.BuilderrealizedExpression(String realizedExpression)The expression realized after resolving qualifiers .EntitySummary.BuildertimeCreated(Date timeCreated)The date and time the data entity was created, in the format defined by RFC3339.EntitySummary.BuildertimeUpdated(Date timeUpdated)The last time that any change was made to the data entity.EntitySummary.BuildertypeKey(String typeKey)The type of data entity object.EntitySummary.BuilderupdatedById(String updatedById)OCID of the user who updated this object in the data catalog.EntitySummary.Builderuri(String uri)URI to the data entity instance in the API.
 
- 
- 
- 
Method Detail- 
keypublic EntitySummary.Builder key(String key) Unique data entity key that is immutable.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic EntitySummary.Builder displayName(String displayName) A user-friendly display name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
businessNamepublic EntitySummary.Builder businessName(String businessName) Optional user friendly business name of the data entity.If set, this supplements the harvested display name of the object. - Parameters:
- businessName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic EntitySummary.Builder description(String description) Detailed description of a data entity.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
isLogicalpublic EntitySummary.Builder isLogical(Boolean isLogical) Property that identifies if the object is a physical object (materialized) or virtual/logical object defined on other objects.- Parameters:
- isLogical- the value to set
- Returns:
- this builder
 
 - 
isPartitionpublic EntitySummary.Builder isPartition(Boolean isPartition) Property that identifies if an object is a sub object of a physical or materialized parent object.- Parameters:
- isPartition- the value to set
- Returns:
- this builder
 
 - 
dataAssetKeypublic EntitySummary.Builder dataAssetKey(String dataAssetKey) Unique key of the parent data asset.- Parameters:
- dataAssetKey- the value to set
- Returns:
- this builder
 
 - 
folderKeypublic EntitySummary.Builder folderKey(String folderKey) Key of the associated folder.- Parameters:
- folderKey- the value to set
- Returns:
- this builder
 
 - 
folderNamepublic EntitySummary.Builder folderName(String folderName) Name of the associated folder.This name is harvested from the source data asset when the parent folder for the entiy is harvested. - Parameters:
- folderName- the value to set
- Returns:
- this builder
 
 - 
externalKeypublic EntitySummary.Builder externalKey(String externalKey) Unique external key of this object in the source system.- Parameters:
- externalKey- the value to set
- Returns:
- this builder
 
 - 
patternKeypublic EntitySummary.Builder patternKey(String patternKey) Key of the associated pattern if this is a logical entity.- Parameters:
- patternKey- the value to set
- Returns:
- this builder
 
 - 
typeKeypublic EntitySummary.Builder typeKey(String typeKey) The type of data entity object.Type keys can be found via the ‘/types’ endpoint. - Parameters:
- typeKey- the value to set
- Returns:
- this builder
 
 - 
realizedExpressionpublic EntitySummary.Builder realizedExpression(String realizedExpression) The expression realized after resolving qualifiers .Used in deriving this logical entity - Parameters:
- realizedExpression- the value to set
- Returns:
- this builder
 
 - 
pathpublic EntitySummary.Builder path(String path) Full path of the data entity.- Parameters:
- path- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic EntitySummary.Builder timeCreated(Date timeCreated) The date and time the data entity was created, in the format defined by RFC3339.Example: 2019-03-25T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic EntitySummary.Builder timeUpdated(Date timeUpdated) The last time that any change was made to the data entity.An RFC3339 formatted datetime string. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
updatedByIdpublic EntitySummary.Builder updatedById(String updatedById) OCID of the user who updated this object in the data catalog.- Parameters:
- updatedById- the value to set
- Returns:
- this builder
 
 - 
uripublic EntitySummary.Builder uri(String uri) URI to the data entity instance in the API.- Parameters:
- uri- the value to set
- Returns:
- this builder
 
 - 
objectStorageUrlpublic EntitySummary.Builder objectStorageUrl(String objectStorageUrl) URL of the data entity in the object store.- Parameters:
- objectStorageUrl- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic EntitySummary.Builder lifecycleState(LifecycleState lifecycleState) State of the data entity.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic EntitySummary.Builder lifecycleDetails(String lifecycleDetails) A message describing the current state in more detail.An object not in ACTIVE state may have functional limitations, see service documentation for details. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
propertiespublic EntitySummary.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 EntitySummary build() 
 - 
copypublic EntitySummary.Builder copy(EntitySummary model) 
 
- 
 
-