Package com.oracle.bmc.cloudbridge.model
Class UpdateInventoryDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudbridge.model.UpdateInventoryDetails.Builder
 
- 
- Enclosing class:
- UpdateInventoryDetails
 
 public static class UpdateInventoryDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateInventoryDetailsbuild()UpdateInventoryDetails.Buildercopy(UpdateInventoryDetails model)UpdateInventoryDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)The defined tags associated with this resource, if any.UpdateInventoryDetails.BuilderdisplayName(String displayName)Inventory displayName.UpdateInventoryDetails.BuilderfreeformTags(Map<String,String> freeformTags)The freeform tags associated with this resource, if any.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateInventoryDetails.Builder displayName(String displayName) Inventory displayName.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateInventoryDetails.Builder freeformTags(Map<String,String> freeformTags) The freeform tags associated with this resource, if any.Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see Resource Tags. Example: {“Department”: “Finance”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateInventoryDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) The defined tags associated with this resource, if any.Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateInventoryDetails build() 
 - 
copypublic UpdateInventoryDetails.Builder copy(UpdateInventoryDetails model) 
 
- 
 
-