Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Glossary |
build() |
Glossary.Builder |
catalogId(String catalogId)
The data catalog’s OCID.
|
Glossary.Builder |
copy(Glossary model) |
Glossary.Builder |
createdById(String createdById)
OCID of the user who created this metadata element.
|
Glossary.Builder |
customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
|
Glossary.Builder |
description(String description)
Detailed description of the glossary.
|
Glossary.Builder |
displayName(String displayName)
A user-friendly display name.
|
Glossary.Builder |
importJobDefinitionKey(String importJobDefinitionKey)
The unique key of the job definition resource that was used in the Glossary import.
|
Glossary.Builder |
importJobKey(String importJobKey)
The unique key of the job policy for Glossary import.
|
Glossary.Builder |
key(String key)
Unique glossary key that is immutable.
|
Glossary.Builder |
latestImportJobExecutionKey(String latestImportJobExecutionKey)
The unique key of the parent job execution for which the log resource was created.
|
Glossary.Builder |
latestImportJobExecutionStatus(String latestImportJobExecutionStatus)
Status of the latest glossary import job execution, such as running, paused, or
completed.
|
Glossary.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the glossary.
|
Glossary.Builder |
owner(String owner)
OCID of the user who is the owner of the glossary.
|
Glossary.Builder |
timeCreated(Date timeCreated)
The date and time the glossary was created, in the format defined by
RFC3339.
|
Glossary.Builder |
timeUpdated(Date timeUpdated)
The last time that any change was made to the glossary.
|
Glossary.Builder |
updatedById(String updatedById)
OCID of the user who updated this metadata element.
|
Glossary.Builder |
uri(String uri)
URI to the tag instance in the API.
|
Glossary.Builder |
workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.
|
public Glossary.Builder key(String key)
Unique glossary key that is immutable.
key
- the value to setpublic Glossary.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 Glossary.Builder description(String description)
Detailed description of the glossary.
description
- the value to setpublic Glossary.Builder catalogId(String catalogId)
The data catalog’s OCID.
catalogId
- the value to setpublic Glossary.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the glossary.
lifecycleState
- the value to setpublic Glossary.Builder timeCreated(Date timeCreated)
The date and time the glossary was created, in the format defined by
RFC3339. Example: 2019-03-25T21:10:29.600Z
timeCreated
- the value to setpublic Glossary.Builder timeUpdated(Date timeUpdated)
The last time that any change was made to the glossary. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic Glossary.Builder createdById(String createdById)
OCID of the user who created this metadata element.
createdById
- the value to setpublic Glossary.Builder updatedById(String updatedById)
OCID of the user who updated this metadata element.
updatedById
- the value to setpublic Glossary.Builder owner(String owner)
OCID of the user who is the owner of the glossary.
owner
- the value to setpublic Glossary.Builder workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.
workflowStatus
- the value to setpublic Glossary.Builder customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
customPropertyMembers
- the value to setpublic Glossary.Builder importJobDefinitionKey(String importJobDefinitionKey)
The unique key of the job definition resource that was used in the Glossary import.
importJobDefinitionKey
- the value to setpublic Glossary.Builder importJobKey(String importJobKey)
The unique key of the job policy for Glossary import.
importJobKey
- the value to setpublic Glossary.Builder latestImportJobExecutionKey(String latestImportJobExecutionKey)
The unique key of the parent job execution for which the log resource was created.
latestImportJobExecutionKey
- the value to setpublic Glossary.Builder latestImportJobExecutionStatus(String latestImportJobExecutionStatus)
Status of the latest glossary import job execution, such as running, paused, or completed. This may include additional information like time import started , import file size and % of completion
latestImportJobExecutionStatus
- the value to setpublic Glossary.Builder uri(String uri)
URI to the tag instance in the API.
uri
- the value to setpublic Glossary build()
public Glossary.Builder copy(Glossary model)
Copyright © 2016–2024. All rights reserved.