Class UpdateCatalogItemDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.UpdateCatalogItemDetails.Builder
-
- Enclosing class:
- UpdateCatalogItemDetails
public static class UpdateCatalogItemDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateCatalogItemDetails
build()
UpdateCatalogItemDetails.Builder
copy(UpdateCatalogItemDetails model)
UpdateCatalogItemDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateCatalogItemDetails.Builder
description(String description)
The description of the CatalogItem.UpdateCatalogItemDetails.Builder
displayName(String displayName)
The CatalogItem name.UpdateCatalogItemDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.UpdateCatalogItemDetails.Builder
shortDescription(String shortDescription)
Short description about the catalog item.UpdateCatalogItemDetails.Builder
versionDescription(String versionDescription)
Version description about the catalog item.
-
-
-
Method Detail
-
description
public UpdateCatalogItemDetails.Builder description(String description)
The description of the CatalogItem.- Parameters:
description
- the value to set- Returns:
- this builder
-
versionDescription
public UpdateCatalogItemDetails.Builder versionDescription(String versionDescription)
Version description about the catalog item.- Parameters:
versionDescription
- the value to set- Returns:
- this builder
-
shortDescription
public UpdateCatalogItemDetails.Builder shortDescription(String shortDescription)
Short description about the catalog item.- Parameters:
shortDescription
- the value to set- Returns:
- this builder
-
displayName
public UpdateCatalogItemDetails.Builder displayName(String displayName)
The CatalogItem name.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
freeformTags
public 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
-
definedTags
public 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
-
build
public UpdateCatalogItemDetails build()
-
copy
public UpdateCatalogItemDetails.Builder copy(UpdateCatalogItemDetails model)
-
-