public static class CreatePrivateApplicationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreatePrivateApplicationDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create the private application.
compartmentId
- the value to setpublic CreatePrivateApplicationDetails.Builder displayName(String displayName)
The name of the private application.
displayName
- the value to setpublic CreatePrivateApplicationDetails.Builder shortDescription(String shortDescription)
A short description of the private application.
shortDescription
- the value to setpublic CreatePrivateApplicationDetails.Builder longDescription(String longDescription)
A long description of the private application.
longDescription
- the value to setpublic 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.
logoFileBase64Encoded
- the value to setpublic CreatePrivateApplicationDetails.Builder packageDetails(CreatePrivateApplicationPackage packageDetails)
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"}}
definedTags
- the value to setpublic 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"}
freeformTags
- the value to setpublic CreatePrivateApplicationDetails build()
public CreatePrivateApplicationDetails.Builder copy(CreatePrivateApplicationDetails model)
Copyright © 2016–2024. All rights reserved.