static DataAssetTag.Builder |
DataAssetTag.builder() |
Create a new builder.
|
DataAssetTag.Builder |
DataAssetTag.Builder.copy(DataAssetTag model) |
|
DataAssetTag.Builder |
DataAssetTag.Builder.createdById(String createdById) |
OCID of the user who created the tag.
|
DataAssetTag.Builder |
DataAssetTag.Builder.dataAssetKey(String dataAssetKey) |
The unique key of the parent data asset.
|
DataAssetTag.Builder |
DataAssetTag.Builder.key(String key) |
Unique tag key that is immutable.
|
DataAssetTag.Builder |
DataAssetTag.Builder.lifecycleState(LifecycleState lifecycleState) |
The current state of the tag.
|
DataAssetTag.Builder |
DataAssetTag.Builder.name(String name) |
Name of the tag which matches the term name.
|
DataAssetTag.Builder |
DataAssetTag.Builder.termDescription(String termDescription) |
Description of the related term.
|
DataAssetTag.Builder |
DataAssetTag.Builder.termKey(String termKey) |
Unique key of the related term.
|
DataAssetTag.Builder |
DataAssetTag.Builder.termPath(String termPath) |
Path of the related term.
|
DataAssetTag.Builder |
DataAssetTag.Builder.timeCreated(Date timeCreated) |
The date and time the tag was created, in the format defined by
RFC3339.
|
DataAssetTag.Builder |
DataAssetTag.toBuilder() |
|
DataAssetTag.Builder |
DataAssetTag.Builder.uri(String uri) |
URI to the tag instance in the API.
|