static CatalogItem.Builder |
CatalogItem.builder() |
Create a new builder.
|
CatalogItem.Builder |
CatalogItem.Builder.catalogResultPayload(CatalogResultPayload catalogResultPayload) |
|
CatalogItem.Builder |
CatalogItem.Builder.catalogSourcePayload(CatalogSourcePayload catalogSourcePayload) |
|
CatalogItem.Builder |
CatalogItem.Builder.compartmentId(String compartmentId) |
The OCID of the
compartment.
|
CatalogItem.Builder |
CatalogItem.Builder.configSourceType(CatalogItem.ConfigSourceType configSourceType) |
Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE,
GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
|
CatalogItem.Builder |
CatalogItem.Builder.copy(CatalogItem model) |
|
CatalogItem.Builder |
CatalogItem.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
CatalogItem.Builder |
CatalogItem.Builder.description(String description) |
Description about the catalog item.
|
CatalogItem.Builder |
CatalogItem.Builder.displayName(String displayName) |
A user-friendly name.
|
CatalogItem.Builder |
CatalogItem.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
CatalogItem.Builder |
CatalogItem.Builder.id(String id) |
|
CatalogItem.Builder |
CatalogItem.Builder.lifecycleDetails(String lifecycleDetails) |
The details of lifecycle state CatalogItem.
|
CatalogItem.Builder |
CatalogItem.Builder.lifecycleState(CatalogItem.LifecycleState lifecycleState) |
The current state of the CatalogItem.
|
CatalogItem.Builder |
CatalogItem.Builder.listingId(String listingId) |
The catalog listing Id.
|
CatalogItem.Builder |
CatalogItem.Builder.listingVersion(String listingVersion) |
The catalog package version.
|
CatalogItem.Builder |
CatalogItem.Builder.packageType(CatalogItem.PackageType packageType) |
Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE.
|
CatalogItem.Builder |
CatalogItem.Builder.shortDescription(String shortDescription) |
Short description about the catalog item.
|
CatalogItem.Builder |
CatalogItem.Builder.shouldListPublicItems(Boolean shouldListPublicItems) |
The indicator to append Public Items from the root compartment to any query, when set to
TRUE.
|
CatalogItem.Builder |
CatalogItem.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
System tags for this resource.
|
CatalogItem.Builder |
CatalogItem.Builder.timeBackfillLastChecked(Date timeBackfillLastChecked) |
The date and time the CatalogItem was last checked by backfill job, in the format defined
by RFC 3339.
|
CatalogItem.Builder |
CatalogItem.Builder.timeCreated(Date timeCreated) |
The date and time the CatalogItem was created, in the format defined by RFC
3339.
|
CatalogItem.Builder |
CatalogItem.Builder.timeLastChecked(Date timeLastChecked) |
The date and time the CatalogItem was last checked, in the format defined by RFC
3339.
|
CatalogItem.Builder |
CatalogItem.Builder.timeReleased(Date timeReleased) |
The date and time the CatalogItem was released, in the format defined by RFC
3339.
|
CatalogItem.Builder |
CatalogItem.Builder.timeUpdated(Date timeUpdated) |
The date and time the CatalogItem was updated, in the format defined by RFC
3339.
|
CatalogItem.Builder |
CatalogItem.toBuilder() |
|
CatalogItem.Builder |
CatalogItem.Builder.versionDescription(String versionDescription) |
Version description about the catalog item.
|