Class UpdateFolderDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.model.UpdateFolderDetails.Builder
-
- Enclosing class:
- UpdateFolderDetails
public static class UpdateFolderDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateFolderDetails
build()
UpdateFolderDetails.Builder
businessName(String businessName)
Optional user friendly business name of the folder.UpdateFolderDetails.Builder
copy(UpdateFolderDetails model)
UpdateFolderDetails.Builder
customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this objectUpdateFolderDetails.Builder
description(String description)
Detailed description of a folder.UpdateFolderDetails.Builder
displayName(String displayName)
A user-friendly display name.UpdateFolderDetails.Builder
harvestStatus(HarvestStatus harvestStatus)
Harvest status of the folder.UpdateFolderDetails.Builder
lastJobKey(String lastJobKey)
The key of the last harvest process to update the metadata of this object.UpdateFolderDetails.Builder
parentFolderKey(String parentFolderKey)
The key of the containing folder.UpdateFolderDetails.Builder
properties(Map<String,Map<String,String>> properties)
A map of maps that contains the properties which are specific to the folder type.UpdateFolderDetails.Builder
timeExternal(Date timeExternal)
Last modified timestamp of this object in the external system.
-
-
-
Method Detail
-
displayName
public 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
-
businessName
public 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
-
description
public UpdateFolderDetails.Builder description(String description)
Detailed description of a folder.- Parameters:
description
- the value to set- Returns:
- this builder
-
parentFolderKey
public UpdateFolderDetails.Builder parentFolderKey(String parentFolderKey)
The key of the containing folder.- Parameters:
parentFolderKey
- the value to set- Returns:
- this builder
-
customPropertyMembers
public 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
-
properties
public 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
-
timeExternal
public UpdateFolderDetails.Builder timeExternal(Date timeExternal)
Last modified timestamp of this object in the external system.- Parameters:
timeExternal
- the value to set- Returns:
- this builder
-
harvestStatus
public UpdateFolderDetails.Builder harvestStatus(HarvestStatus harvestStatus)
Harvest status of the folder.- Parameters:
harvestStatus
- the value to set- Returns:
- this builder
-
lastJobKey
public 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
-
build
public UpdateFolderDetails build()
-
copy
public UpdateFolderDetails.Builder copy(UpdateFolderDetails model)
-
-