Class PrivateApplicationPackageSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.servicecatalog.model.PrivateApplicationPackageSummary.Builder
-
- Enclosing class:
- PrivateApplicationPackageSummary
public static class PrivateApplicationPackageSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public PrivateApplicationPackageSummary.Builder id(String id)
The OCID of the private application package.- Parameters:
id- the value to set- Returns:
- this builder
-
privateApplicationId
public PrivateApplicationPackageSummary.Builder privateApplicationId(String privateApplicationId)
The OCID of the private application where the package is hosted.- Parameters:
privateApplicationId- the value to set- Returns:
- this builder
-
displayName
public PrivateApplicationPackageSummary.Builder displayName(String displayName)
The display name of the specified package.- Parameters:
displayName- the value to set- Returns:
- this builder
-
version
public PrivateApplicationPackageSummary.Builder version(String version)
The version of the specified package.- Parameters:
version- the value to set- Returns:
- this builder
-
packageType
public PrivateApplicationPackageSummary.Builder packageType(PackageTypeEnum packageType)
The type of the package.- Parameters:
packageType- the value to set- Returns:
- this builder
-
timeCreated
public PrivateApplicationPackageSummary.Builder timeCreated(Date timeCreated)
The date and time the private application package was created, expressed in RFC 3339 timestamp format.Example: 2021-05-27T21:10:29.600Z
- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
systemTags
public PrivateApplicationPackageSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
build
public PrivateApplicationPackageSummary build()
-
copy
public PrivateApplicationPackageSummary.Builder copy(PrivateApplicationPackageSummary model)
-
-