Class UpdateFolderDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.model.UpdateFolderDetails.Builder
 
- 
- Enclosing class:
- UpdateFolderDetails
 
 public static class UpdateFolderDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateFolderDetailsbuild()UpdateFolderDetails.BuilderbusinessName(String businessName)Optional user friendly business name of the folder.UpdateFolderDetails.Buildercopy(UpdateFolderDetails model)UpdateFolderDetails.BuildercustomPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)The list of customized properties along with the values for this objectUpdateFolderDetails.Builderdescription(String description)Detailed description of a folder.UpdateFolderDetails.BuilderdisplayName(String displayName)A user-friendly display name.UpdateFolderDetails.BuilderharvestStatus(HarvestStatus harvestStatus)Harvest status of the folder.UpdateFolderDetails.BuilderlastJobKey(String lastJobKey)The key of the last harvest process to update the metadata of this object.UpdateFolderDetails.BuilderparentFolderKey(String parentFolderKey)The key of the containing folder.UpdateFolderDetails.Builderproperties(Map<String,Map<String,String>> properties)A map of maps that contains the properties which are specific to the folder type.UpdateFolderDetails.BuildertimeExternal(Date timeExternal)Last modified timestamp of this object in the external system.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateFolderDetails.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
 
 - 
businessNamepublic UpdateFolderDetails.Builder businessName(String businessName) Optional user friendly business name of the folder.If set, this supplements the harvested display name of the object. - Parameters:
- businessName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateFolderDetails.Builder description(String description) Detailed description of a folder.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
parentFolderKeypublic UpdateFolderDetails.Builder parentFolderKey(String parentFolderKey) The key of the containing folder.- Parameters:
- parentFolderKey- the value to set
- Returns:
- this builder
 
 - 
customPropertyMemberspublic UpdateFolderDetails.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
 
 - 
propertiespublic UpdateFolderDetails.Builder properties(Map<String,Map<String,String>> properties) A map of maps that contains the properties which are specific to the folder type.Each folder 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 folders have required properties within the “default” category. To determine the set of optional and required properties for a folder type, a query can be done on ‘/types?type=folder’ that returns a collection of all folder types. The appropriate folder type, which includes definitions of all of it’s properties, can be identified from this collection. Example: {“properties”: { “default”: { “key1”: “value1”}}} - Parameters:
- properties- the value to set
- Returns:
- this builder
 
 - 
timeExternalpublic UpdateFolderDetails.Builder timeExternal(Date timeExternal) Last modified timestamp of this object in the external system.- Parameters:
- timeExternal- the value to set
- Returns:
- this builder
 
 - 
harvestStatuspublic UpdateFolderDetails.Builder harvestStatus(HarvestStatus harvestStatus) Harvest status of the folder.- Parameters:
- harvestStatus- the value to set
- Returns:
- this builder
 
 - 
lastJobKeypublic UpdateFolderDetails.Builder lastJobKey(String lastJobKey) The key of the last harvest process to update the metadata of this object.- Parameters:
- lastJobKey- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateFolderDetails build() 
 - 
copypublic UpdateFolderDetails.Builder copy(UpdateFolderDetails model) 
 
- 
 
-