public static class DataAssetTag.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataAssetTag |
build() |
DataAssetTag.Builder |
copy(DataAssetTag model) |
DataAssetTag.Builder |
createdById(String createdById)
OCID of the user who created the tag.
|
DataAssetTag.Builder |
dataAssetKey(String dataAssetKey)
The unique key of the parent data asset.
|
DataAssetTag.Builder |
key(String key)
Unique tag key that is immutable.
|
DataAssetTag.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the tag.
|
DataAssetTag.Builder |
name(String name)
Name of the tag which matches the term name.
|
DataAssetTag.Builder |
termDescription(String termDescription)
Description of the related term.
|
DataAssetTag.Builder |
termKey(String termKey)
Unique key of the related term.
|
DataAssetTag.Builder |
termPath(String termPath)
Path of the related term.
|
DataAssetTag.Builder |
timeCreated(Date timeCreated)
The date and time the tag was created, in the format defined by
RFC3339.
|
DataAssetTag.Builder |
uri(String uri)
URI to the tag instance in the API.
|
public DataAssetTag.Builder dataAssetKey(String dataAssetKey)
The unique key of the parent data asset.
dataAssetKey
- the value to setpublic DataAssetTag.Builder key(String key)
Unique tag key that is immutable.
key
- the value to setpublic DataAssetTag.Builder name(String name)
Name of the tag which matches the term name.
name
- the value to setpublic DataAssetTag.Builder termKey(String termKey)
Unique key of the related term.
termKey
- the value to setpublic DataAssetTag.Builder termPath(String termPath)
Path of the related term.
termPath
- the value to setpublic DataAssetTag.Builder termDescription(String termDescription)
Description of the related term.
termDescription
- the value to setpublic DataAssetTag.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the tag.
lifecycleState
- the value to setpublic DataAssetTag.Builder timeCreated(Date timeCreated)
The date and time the tag was created, in the format defined by
RFC3339. Example: 2019-03-25T21:10:29.600Z
timeCreated
- the value to setpublic DataAssetTag.Builder createdById(String createdById)
OCID of the user who created the tag.
createdById
- the value to setpublic DataAssetTag.Builder uri(String uri)
URI to the tag instance in the API.
uri
- the value to setpublic DataAssetTag build()
public DataAssetTag.Builder copy(DataAssetTag model)
Copyright © 2016–2024. All rights reserved.