Class CreatePrivateApplicationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.servicecatalog.model.CreatePrivateApplicationDetails.Builder
 
- 
- Enclosing class:
- CreatePrivateApplicationDetails
 
 public static class CreatePrivateApplicationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreatePrivateApplicationDetails.Builder compartmentId(String compartmentId) The OCID of the compartment where you want to create the private application.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic CreatePrivateApplicationDetails.Builder displayName(String displayName) The name of the private application.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
shortDescriptionpublic CreatePrivateApplicationDetails.Builder shortDescription(String shortDescription) A short description of the private application.- Parameters:
- shortDescription- the value to set
- Returns:
- this builder
 
 - 
longDescriptionpublic CreatePrivateApplicationDetails.Builder longDescription(String longDescription) A long description of the private application.- Parameters:
- longDescription- the value to set
- Returns:
- this builder
 
 - 
logoFileBase64Encodedpublic CreatePrivateApplicationDetails.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
 
 - 
packageDetailspublic CreatePrivateApplicationDetails.Builder packageDetails(CreatePrivateApplicationPackage packageDetails) 
 - 
definedTagspublic CreatePrivateApplicationDetails.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 CreatePrivateApplicationDetails.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 CreatePrivateApplicationDetails build() 
 - 
copypublic CreatePrivateApplicationDetails.Builder copy(CreatePrivateApplicationDetails model) 
 
- 
 
-