Package | Description |
---|---|
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
AttributeTag.Builder |
AttributeTag.Builder.attributeKey(String attributeKey)
The unique key of the parent attribute.
|
static AttributeTag.Builder |
AttributeTag.builder()
Create a new builder.
|
AttributeTag.Builder |
AttributeTag.Builder.copy(AttributeTag model) |
AttributeTag.Builder |
AttributeTag.Builder.createdById(String createdById)
OCID of the user who created the tag.
|
AttributeTag.Builder |
AttributeTag.Builder.key(String key)
Unique tag key that is immutable.
|
AttributeTag.Builder |
AttributeTag.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the tag.
|
AttributeTag.Builder |
AttributeTag.Builder.name(String name)
Name of the tag which matches the term name.
|
AttributeTag.Builder |
AttributeTag.Builder.termDescription(String termDescription)
Description of the related term.
|
AttributeTag.Builder |
AttributeTag.Builder.termKey(String termKey)
Unique key of the related term.
|
AttributeTag.Builder |
AttributeTag.Builder.termPath(String termPath)
Path of the related term.
|
AttributeTag.Builder |
AttributeTag.Builder.timeCreated(Date timeCreated)
The date and time the tag was created, in the format defined by
RFC3339.
|
AttributeTag.Builder |
AttributeTag.toBuilder() |
AttributeTag.Builder |
AttributeTag.Builder.uri(String uri)
URI to the tag instance in the API.
|
Copyright © 2016–2024. All rights reserved.