static DataAsset.Builder |
DataAsset.builder() |
Create a new builder.
|
DataAsset.Builder |
DataAsset.Builder.catalogId(String catalogId) |
The data catalog’s OCID.
|
DataAsset.Builder |
DataAsset.Builder.copy(DataAsset model) |
|
DataAsset.Builder |
DataAsset.Builder.createdById(String createdById) |
OCID of the user who created the data asset.
|
DataAsset.Builder |
DataAsset.Builder.customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers) |
The list of customized properties along with the values for this object
|
DataAsset.Builder |
DataAsset.Builder.dataSelectorPatterns(List<PatternSummary> dataSelectorPatterns) |
The list of data selector patterns used in the harvest for this data asset to derive
logical entities.
|
DataAsset.Builder |
DataAsset.Builder.description(String description) |
Detailed description of the data asset.
|
DataAsset.Builder |
DataAsset.Builder.displayName(String displayName) |
A user-friendly display name.
|
DataAsset.Builder |
DataAsset.Builder.externalKey(String externalKey) |
External URI that can be used to reference the object.
|
DataAsset.Builder |
DataAsset.Builder.key(String key) |
Unique data asset key that is immutable.
|
DataAsset.Builder |
DataAsset.Builder.lifecycleDetails(String lifecycleDetails) |
A message describing the current state in more detail.
|
DataAsset.Builder |
DataAsset.Builder.lifecycleState(LifecycleState lifecycleState) |
The current state of the data asset.
|
DataAsset.Builder |
DataAsset.Builder.properties(Map<String,Map<String,String>> properties) |
A map of maps that contains the properties which are specific to the asset type.
|
DataAsset.Builder |
DataAsset.Builder.timeCreated(Date timeCreated) |
The date and time the data asset was created, in the format defined by
RFC3339.
|
DataAsset.Builder |
DataAsset.Builder.timeHarvested(Date timeHarvested) |
The last time that a harvest was performed on the data asset.
|
DataAsset.Builder |
DataAsset.Builder.timeUpdated(Date timeUpdated) |
The last time that any change was made to the data asset.
|
DataAsset.Builder |
DataAsset.toBuilder() |
|
DataAsset.Builder |
DataAsset.Builder.typeKey(String typeKey) |
The key of the object type.
|
DataAsset.Builder |
DataAsset.Builder.updatedById(String updatedById) |
OCID of the user who last modified the data asset.
|
DataAsset.Builder |
DataAsset.Builder.uri(String uri) |
URI to the data asset instance in the API.
|