Package com.oracle.bmc.datacatalog.model
Class UpdateCustomPropertyDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.UpdateCustomPropertyDetails.Builder
 
- 
- Enclosing class:
- UpdateCustomPropertyDetails
 
 public static class UpdateCustomPropertyDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateCustomPropertyDetails.BuilderallowedValues(List<String> allowedValues)Allowed values for the custom property if anyUpdateCustomPropertyDetailsbuild()UpdateCustomPropertyDetails.Buildercopy(UpdateCustomPropertyDetails model)UpdateCustomPropertyDetails.Builderdescription(String description)Detailed description of the data asset.UpdateCustomPropertyDetails.BuilderdisplayName(String displayName)A user-friendly display name.UpdateCustomPropertyDetails.BuilderisEditable(Boolean isEditable)If this field is a editable fieldUpdateCustomPropertyDetails.BuilderisEventEnabled(Boolean isEventEnabled)If an OCI Event will be emitted when the custom property is modified.UpdateCustomPropertyDetails.BuilderisFilterable(Boolean isFilterable)If this field allows to filter or create facets from UIUpdateCustomPropertyDetails.BuilderisHidden(Boolean isHidden)If this field is a hidden fieldUpdateCustomPropertyDetails.BuilderisHiddenInSearch(Boolean isHiddenInSearch)If this field is allowed to pop in search resultsUpdateCustomPropertyDetails.BuilderisMultiValued(Boolean isMultiValued)If this field allows multiple values to be setUpdateCustomPropertyDetails.BuilderisShownInList(Boolean isShownInList)If this field is displayed in a list view of applicable objects.UpdateCustomPropertyDetails.BuilderisSortable(Boolean isSortable)If this field allows to sort from UIUpdateCustomPropertyDetails.Builderproperties(Map<String,Map<String,String>> properties)A map of maps that contains the properties which are specific to the asset type.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateCustomPropertyDetails.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
 
 - 
descriptionpublic UpdateCustomPropertyDetails.Builder description(String description) Detailed description of the data asset.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
isSortablepublic UpdateCustomPropertyDetails.Builder isSortable(Boolean isSortable) If this field allows to sort from UI- Parameters:
- isSortable- the value to set
- Returns:
- this builder
 
 - 
isFilterablepublic UpdateCustomPropertyDetails.Builder isFilterable(Boolean isFilterable) If this field allows to filter or create facets from UI- Parameters:
- isFilterable- the value to set
- Returns:
- this builder
 
 - 
isMultiValuedpublic UpdateCustomPropertyDetails.Builder isMultiValued(Boolean isMultiValued) If this field allows multiple values to be set- Parameters:
- isMultiValued- the value to set
- Returns:
- this builder
 
 - 
isHiddenpublic UpdateCustomPropertyDetails.Builder isHidden(Boolean isHidden) If this field is a hidden field- Parameters:
- isHidden- the value to set
- Returns:
- this builder
 
 - 
isEditablepublic UpdateCustomPropertyDetails.Builder isEditable(Boolean isEditable) If this field is a editable field- Parameters:
- isEditable- the value to set
- Returns:
- this builder
 
 - 
isShownInListpublic UpdateCustomPropertyDetails.Builder isShownInList(Boolean isShownInList) If this field is displayed in a list view of applicable objects.- Parameters:
- isShownInList- the value to set
- Returns:
- this builder
 
 - 
isHiddenInSearchpublic UpdateCustomPropertyDetails.Builder isHiddenInSearch(Boolean isHiddenInSearch) If this field is allowed to pop in search results- Parameters:
- isHiddenInSearch- the value to set
- Returns:
- this builder
 
 - 
isEventEnabledpublic UpdateCustomPropertyDetails.Builder isEventEnabled(Boolean isEventEnabled) If an OCI Event will be emitted when the custom property is modified.- Parameters:
- isEventEnabled- the value to set
- Returns:
- this builder
 
 - 
allowedValuespublic UpdateCustomPropertyDetails.Builder allowedValues(List<String> allowedValues) Allowed values for the custom property if any- Parameters:
- allowedValues- the value to set
- Returns:
- this builder
 
 - 
propertiespublic UpdateCustomPropertyDetails.Builder properties(Map<String,Map<String,String>> properties) A map of maps that contains the properties which are specific to the asset type.Each data asset type definition defines it’s set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data assets have required properties within the “default” category. Example: {“properties”: { “default”: { “host”: “host1”, “port”: “1521”, “database”: “orcl”}}} - Parameters:
- properties- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateCustomPropertyDetails build() 
 - 
copypublic UpdateCustomPropertyDetails.Builder copy(UpdateCustomPropertyDetails model) 
 
- 
 
-