Class UpdateCatalogItemDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.fleetappsmanagement.model.UpdateCatalogItemDetails.Builder
 
- 
- Enclosing class:
- UpdateCatalogItemDetails
 
 public static class UpdateCatalogItemDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateCatalogItemDetailsbuild()UpdateCatalogItemDetails.Buildercopy(UpdateCatalogItemDetails model)UpdateCatalogItemDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateCatalogItemDetails.Builderdescription(String description)The description of the CatalogItem.UpdateCatalogItemDetails.BuilderdisplayName(String displayName)The CatalogItem name.UpdateCatalogItemDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateCatalogItemDetails.BuildershortDescription(String shortDescription)Short description about the catalog item.UpdateCatalogItemDetails.BuilderversionDescription(String versionDescription)Version description about the catalog item.
 
- 
- 
- 
Method Detail- 
descriptionpublic UpdateCatalogItemDetails.Builder description(String description) The description of the CatalogItem.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
versionDescriptionpublic UpdateCatalogItemDetails.Builder versionDescription(String versionDescription) Version description about the catalog item.- Parameters:
- versionDescription- the value to set
- Returns:
- this builder
 
 - 
shortDescriptionpublic UpdateCatalogItemDetails.Builder shortDescription(String shortDescription) Short description about the catalog item.- Parameters:
- shortDescription- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic UpdateCatalogItemDetails.Builder displayName(String displayName) The CatalogItem name.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateCatalogItemDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateCatalogItemDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateCatalogItemDetails build() 
 - 
copypublic UpdateCatalogItemDetails.Builder copy(UpdateCatalogItemDetails model) 
 
- 
 
-