public static class GlossarySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GlossarySummary |
build() |
GlossarySummary.Builder |
catalogId(String catalogId)
The data catalog’s OCID.
|
GlossarySummary.Builder |
copy(GlossarySummary model) |
GlossarySummary.Builder |
description(String description)
Detailed description of the glossary.
|
GlossarySummary.Builder |
displayName(String displayName)
A user-friendly display name.
|
GlossarySummary.Builder |
importJobDefinitionKey(String importJobDefinitionKey)
The unique key of the job definition resource that was used in the Glossary import.
|
GlossarySummary.Builder |
importJobKey(String importJobKey)
The unique key of the job policy for Glossary import.
|
GlossarySummary.Builder |
key(String key)
Unique glossary key that is immutable.
|
GlossarySummary.Builder |
latestImportJobExecutionKey(String latestImportJobExecutionKey)
The unique key of the parent job execution for which the log resource was created.
|
GlossarySummary.Builder |
latestImportJobExecutionStatus(String latestImportJobExecutionStatus)
Status of the latest glossary import job execution, such as running, paused, or
completed.
|
GlossarySummary.Builder |
lifecycleState(LifecycleState lifecycleState)
State of the Glossary.
|
GlossarySummary.Builder |
timeCreated(Date timeCreated)
The date and time the glossary was created, in the format defined by
RFC3339.
|
GlossarySummary.Builder |
uri(String uri)
URI to the glossary instance in the API.
|
GlossarySummary.Builder |
workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.
|
public GlossarySummary.Builder key(String key)
Unique glossary key that is immutable.
key
- the value to setpublic GlossarySummary.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 GlossarySummary.Builder catalogId(String catalogId)
The data catalog’s OCID.
catalogId
- the value to setpublic GlossarySummary.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 GlossarySummary.Builder description(String description)
Detailed description of the glossary.
description
- the value to setpublic GlossarySummary.Builder uri(String uri)
URI to the glossary instance in the API.
uri
- the value to setpublic GlossarySummary.Builder workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.
workflowStatus
- the value to setpublic GlossarySummary.Builder lifecycleState(LifecycleState lifecycleState)
State of the Glossary.
lifecycleState
- the value to setpublic GlossarySummary.Builder importJobDefinitionKey(String importJobDefinitionKey)
The unique key of the job definition resource that was used in the Glossary import.
importJobDefinitionKey
- the value to setpublic GlossarySummary.Builder importJobKey(String importJobKey)
The unique key of the job policy for Glossary import.
importJobKey
- the value to setpublic GlossarySummary.Builder latestImportJobExecutionKey(String latestImportJobExecutionKey)
The unique key of the parent job execution for which the log resource was created.
latestImportJobExecutionKey
- the value to setpublic GlossarySummary.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 GlossarySummary build()
public GlossarySummary.Builder copy(GlossarySummary model)
Copyright © 2016–2024. All rights reserved.