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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateApplicationPackageSummary
build()
PrivateApplicationPackageSummary.Builder
copy(PrivateApplicationPackageSummary model)
PrivateApplicationPackageSummary.Builder
displayName(String displayName)
The display name of the specified package.PrivateApplicationPackageSummary.Builder
id(String id)
The OCID of the private application package.PrivateApplicationPackageSummary.Builder
packageType(PackageTypeEnum packageType)
The type of the package.PrivateApplicationPackageSummary.Builder
privateApplicationId(String privateApplicationId)
The OCID of the private application where the package is hosted.PrivateApplicationPackageSummary.Builder
timeCreated(Date timeCreated)
The date and time the private application package was created, expressed in RFC 3339 timestamp format.PrivateApplicationPackageSummary.Builder
version(String version)
The version of the specified package.
-
-
-
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
-
build
public PrivateApplicationPackageSummary build()
-
copy
public PrivateApplicationPackageSummary.Builder copy(PrivateApplicationPackageSummary model)
-
-