Class CreatePrivateApplicationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.servicecatalog.model.CreatePrivateApplicationDetails.Builder
-
- Enclosing class:
- CreatePrivateApplicationDetails
public static class CreatePrivateApplicationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
compartmentId
public 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
-
displayName
public CreatePrivateApplicationDetails.Builder displayName(String displayName)
The name of the private application.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
shortDescription
public CreatePrivateApplicationDetails.Builder shortDescription(String shortDescription)
A short description of the private application.- Parameters:
shortDescription
- the value to set- Returns:
- this builder
-
longDescription
public CreatePrivateApplicationDetails.Builder longDescription(String longDescription)
A long description of the private application.- Parameters:
longDescription
- the value to set- Returns:
- this builder
-
logoFileBase64Encoded
public 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
-
packageDetails
public CreatePrivateApplicationDetails.Builder packageDetails(CreatePrivateApplicationPackage packageDetails)
-
definedTags
public 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
-
freeformTags
public 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
-
build
public CreatePrivateApplicationDetails build()
-
copy
public CreatePrivateApplicationDetails.Builder copy(CreatePrivateApplicationDetails model)
-
-