Class UpdatePrivateApplicationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.servicecatalog.model.UpdatePrivateApplicationDetails.Builder
 
- 
- Enclosing class:
- UpdatePrivateApplicationDetails
 
 public static class UpdatePrivateApplicationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdatePrivateApplicationDetails.Builder displayName(String displayName) The name of the private application.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
shortDescriptionpublic UpdatePrivateApplicationDetails.Builder shortDescription(String shortDescription) A short description of the private application.- Parameters:
- shortDescription- the value to set
- Returns:
- this builder
 
 - 
longDescriptionpublic UpdatePrivateApplicationDetails.Builder longDescription(String longDescription) A long description of the private application.- Parameters:
- longDescription- the value to set
- Returns:
- this builder
 
 - 
logoFileBase64Encodedpublic UpdatePrivateApplicationDetails.Builder logoFileBase64Encoded(String logoFileBase64Encoded) Base64-encoded logo to use as the private application icon.Template icon file requirements: PNG format, 50 KB maximum, 130 x 130 pixels. - Parameters:
- logoFileBase64Encoded- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdatePrivateApplicationDetails.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
 
 - 
freeformTagspublic UpdatePrivateApplicationDetails.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
 
 - 
buildpublic UpdatePrivateApplicationDetails build() 
 - 
copypublic UpdatePrivateApplicationDetails.Builder copy(UpdatePrivateApplicationDetails model) 
 
- 
 
-