public static class EntitySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EntitySummary |
build() |
EntitySummary.Builder |
businessName(String businessName)
Optional user friendly business name of the data entity.
|
EntitySummary.Builder |
copy(EntitySummary model) |
EntitySummary.Builder |
dataAssetKey(String dataAssetKey)
Unique key of the parent data asset.
|
EntitySummary.Builder |
description(String description)
Detailed description of a data entity.
|
EntitySummary.Builder |
displayName(String displayName)
A user-friendly display name.
|
EntitySummary.Builder |
externalKey(String externalKey)
Unique external key of this object in the source system.
|
EntitySummary.Builder |
folderKey(String folderKey)
Key of the associated folder.
|
EntitySummary.Builder |
folderName(String folderName)
Name of the associated folder.
|
EntitySummary.Builder |
isLogical(Boolean isLogical)
Property that identifies if the object is a physical object (materialized) or
virtual/logical object defined on other objects.
|
EntitySummary.Builder |
isPartition(Boolean isPartition)
Property that identifies if an object is a sub object of a physical or materialized
parent object.
|
EntitySummary.Builder |
key(String key)
Unique data entity key that is immutable.
|
EntitySummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
EntitySummary.Builder |
lifecycleState(LifecycleState lifecycleState)
State of the data entity.
|
EntitySummary.Builder |
objectStorageUrl(String objectStorageUrl)
URL of the data entity in the object store.
|
EntitySummary.Builder |
path(String path)
Full path of the data entity.
|
EntitySummary.Builder |
patternKey(String patternKey)
Key of the associated pattern if this is a logical entity.
|
EntitySummary.Builder |
properties(Map<String,Map<String,String>> properties)
A map of maps that contains the properties which are specific to the entity type.
|
EntitySummary.Builder |
realizedExpression(String realizedExpression)
The expression realized after resolving qualifiers .
|
EntitySummary.Builder |
timeCreated(Date timeCreated)
The date and time the data entity was created, in the format defined by
RFC3339.
|
EntitySummary.Builder |
timeUpdated(Date timeUpdated)
The last time that any change was made to the data entity.
|
EntitySummary.Builder |
typeKey(String typeKey)
The type of data entity object.
|
EntitySummary.Builder |
updatedById(String updatedById)
OCID of the user who updated this object in the data catalog.
|
EntitySummary.Builder |
uri(String uri)
URI to the data entity instance in the API.
|
public EntitySummary.Builder key(String key)
Unique data entity key that is immutable.
key
- the value to setpublic EntitySummary.Builder displayName(String displayName)
A user-friendly display name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic 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.
businessName
- the value to setpublic EntitySummary.Builder description(String description)
Detailed description of a data entity.
description
- the value to setpublic EntitySummary.Builder isLogical(Boolean isLogical)
Property that identifies if the object is a physical object (materialized) or virtual/logical object defined on other objects.
isLogical
- the value to setpublic EntitySummary.Builder isPartition(Boolean isPartition)
Property that identifies if an object is a sub object of a physical or materialized parent object.
isPartition
- the value to setpublic EntitySummary.Builder dataAssetKey(String dataAssetKey)
Unique key of the parent data asset.
dataAssetKey
- the value to setpublic EntitySummary.Builder folderKey(String folderKey)
Key of the associated folder.
folderKey
- the value to setpublic 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.
folderName
- the value to setpublic EntitySummary.Builder externalKey(String externalKey)
Unique external key of this object in the source system.
externalKey
- the value to setpublic EntitySummary.Builder patternKey(String patternKey)
Key of the associated pattern if this is a logical entity.
patternKey
- the value to setpublic EntitySummary.Builder typeKey(String typeKey)
The type of data entity object. Type keys can be found via the ‘/types’ endpoint.
typeKey
- the value to setpublic EntitySummary.Builder realizedExpression(String realizedExpression)
The expression realized after resolving qualifiers . Used in deriving this logical entity
realizedExpression
- the value to setpublic EntitySummary.Builder path(String path)
Full path of the data entity.
path
- the value to setpublic 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
timeCreated
- the value to setpublic EntitySummary.Builder timeUpdated(Date timeUpdated)
The last time that any change was made to the data entity. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic EntitySummary.Builder updatedById(String updatedById)
OCID of the user who updated this object in the data catalog.
updatedById
- the value to setpublic EntitySummary.Builder uri(String uri)
URI to the data entity instance in the API.
uri
- the value to setpublic EntitySummary.Builder objectStorageUrl(String objectStorageUrl)
URL of the data entity in the object store.
objectStorageUrl
- the value to setpublic EntitySummary.Builder lifecycleState(LifecycleState lifecycleState)
State of the data entity.
lifecycleState
- the value to setpublic 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.
lifecycleDetails
- the value to setpublic 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"}}}
properties
- the value to setpublic EntitySummary build()
public EntitySummary.Builder copy(EntitySummary model)
Copyright © 2016–2024. All rights reserved.