Package com.oracle.bmc.datacatalog.model
Class CreateGlossaryDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.model.CreateGlossaryDetails.Builder
-
- Enclosing class:
- CreateGlossaryDetails
public static class CreateGlossaryDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateGlossaryDetails
build()
CreateGlossaryDetails.Builder
copy(CreateGlossaryDetails model)
CreateGlossaryDetails.Builder
customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this objectCreateGlossaryDetails.Builder
description(String description)
Detailed description of the glossary.CreateGlossaryDetails.Builder
displayName(String displayName)
A user-friendly display name.CreateGlossaryDetails.Builder
owner(String owner)
OCID of the user who is the owner of the glossary.CreateGlossaryDetails.Builder
workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.
-
-
-
Method Detail
-
displayName
public CreateGlossaryDetails.Builder displayName(String displayName)
A user-friendly display name.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public CreateGlossaryDetails.Builder description(String description)
Detailed description of the glossary.- Parameters:
description
- the value to set- Returns:
- this builder
-
workflowStatus
public CreateGlossaryDetails.Builder workflowStatus(TermWorkflowStatus workflowStatus)
Status of the approval process workflow for this business glossary.- Parameters:
workflowStatus
- the value to set- Returns:
- this builder
-
owner
public CreateGlossaryDetails.Builder owner(String owner)
OCID of the user who is the owner of the glossary.- Parameters:
owner
- the value to set- Returns:
- this builder
-
customPropertyMembers
public CreateGlossaryDetails.Builder customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this object- Parameters:
customPropertyMembers
- the value to set- Returns:
- this builder
-
build
public CreateGlossaryDetails build()
-
copy
public CreateGlossaryDetails.Builder copy(CreateGlossaryDetails model)
-
-