public static class UpdateEntityDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateEntityDetails |
build() |
UpdateEntityDetails.Builder |
businessName(String businessName)
Optional user friendly business name of the data entity.
|
UpdateEntityDetails.Builder |
copy(UpdateEntityDetails model) |
UpdateEntityDetails.Builder |
customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
|
UpdateEntityDetails.Builder |
description(String description)
Detailed description of a data entity.
|
UpdateEntityDetails.Builder |
displayName(String displayName)
A user-friendly display name.
|
UpdateEntityDetails.Builder |
folderKey(String folderKey)
Key of the associated folder.
|
UpdateEntityDetails.Builder |
harvestStatus(HarvestStatus harvestStatus)
Status of the object as updated by the harvest process.
|
UpdateEntityDetails.Builder |
isLogical(Boolean isLogical)
Property to indicate if the object is a physical materialized object or virtual.
|
UpdateEntityDetails.Builder |
isPartition(Boolean isPartition)
Property to indicate if the object is a sub object of a parent physical object.
|
UpdateEntityDetails.Builder |
lastJobKey(String lastJobKey)
Key of the last harvest process to update this object.
|
UpdateEntityDetails.Builder |
patternKey(String patternKey)
Key of the associated pattern if this is a logical entity.
|
UpdateEntityDetails.Builder |
properties(Map<String,Map<String,String>> properties)
A map of maps that contains the properties which are specific to the entity type.
|
UpdateEntityDetails.Builder |
realizedExpression(String realizedExpression)
The expression realized after resolving qualifiers .
|
UpdateEntityDetails.Builder |
timeExternal(Date timeExternal)
Last modified timestamp of the object in the external system.
|
public UpdateEntityDetails.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 UpdateEntityDetails.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 UpdateEntityDetails.Builder description(String description)
Detailed description of a data entity.
description
- the value to setpublic UpdateEntityDetails.Builder timeExternal(Date timeExternal)
Last modified timestamp of the object in the external system.
timeExternal
- the value to setpublic UpdateEntityDetails.Builder isLogical(Boolean isLogical)
Property to indicate if the object is a physical materialized object or virtual. For example, View.
isLogical
- the value to setpublic UpdateEntityDetails.Builder isPartition(Boolean isPartition)
Property to indicate if the object is a sub object of a parent physical object.
isPartition
- the value to setpublic UpdateEntityDetails.Builder folderKey(String folderKey)
Key of the associated folder.
folderKey
- the value to setpublic UpdateEntityDetails.Builder patternKey(String patternKey)
Key of the associated pattern if this is a logical entity.
patternKey
- the value to setpublic UpdateEntityDetails.Builder realizedExpression(String realizedExpression)
The expression realized after resolving qualifiers . Used in deriving this logical entity
realizedExpression
- the value to setpublic UpdateEntityDetails.Builder harvestStatus(HarvestStatus harvestStatus)
Status of the object as updated by the harvest process. When an entity object is created, it’s harvest status will indicate if the entity’s metadata has been fully harvested or not. The harvest process can perform shallow harvesting to allow users to browse the metadata and can on-demand deep harvest on any object This requires a harvest status indicator for catalog objects.
harvestStatus
- the value to setpublic UpdateEntityDetails.Builder lastJobKey(String lastJobKey)
Key of the last harvest process to update this object.
lastJobKey
- the value to setpublic UpdateEntityDetails.Builder customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
customPropertyMembers
- the value to setpublic UpdateEntityDetails.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 entities have required properties within
the “default” category. To determine the set of required and optional properties for an
entity type, a query can be done on ‘/types?type=dataEntity’ that returns a collection of
all entity types. The appropriate entity type, which includes definitions of all of it’s
properties, can be identified from this collection. Example: {"properties": {
"default": { "key1": "value1"}}}
properties
- the value to setpublic UpdateEntityDetails build()
public UpdateEntityDetails.Builder copy(UpdateEntityDetails model)
Copyright © 2016–2024. All rights reserved.