Class ConfigureCatalogItemDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • storageNamespace

        public ConfigureCatalogItemDetails.Builder storageNamespace​(String storageNamespace)
        The Oracle Cloud Object Storage namespace where the artifact or variables are stored.
        Parameters:
        storageNamespace - the value to set
        Returns:
        this builder
      • bucketName

        public ConfigureCatalogItemDetails.Builder bucketName​(String bucketName)
        The name of the Object Storage bucket that contains the catalog item configuration object.
        Parameters:
        bucketName - the value to set
        Returns:
        this builder
      • objectName

        public ConfigureCatalogItemDetails.Builder objectName​(String objectName)
        The name of the object file in the specified bucket containing catalog item configuration details.
        Parameters:
        objectName - the value to set
        Returns:
        this builder
      • catalogListingId

        public ConfigureCatalogItemDetails.Builder catalogListingId​(String catalogListingId)
        The unique identifier of the catalog listing to which configuration applies.
        Parameters:
        catalogListingId - the value to set
        Returns:
        this builder
      • catalogListingVersionId

        public ConfigureCatalogItemDetails.Builder catalogListingVersionId​(String catalogListingVersionId)
        The unique identifier for the specific version of the catalog listing.
        Parameters:
        catalogListingVersionId - the value to set
        Returns:
        this builder
      • inputVariables

        public ConfigureCatalogItemDetails.Builder inputVariables​(List<KeyValueProperty> inputVariables)
        Array of key value pairs specifying variables or parameters to be used when configuring the catalog item.
        Parameters:
        inputVariables - the value to set
        Returns:
        this builder
      • freeformTags

        public ConfigureCatalogItemDetails.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
      • definedTags

        public ConfigureCatalogItemDetails.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
      • systemTags

        public ConfigureCatalogItemDetails.Builder systemTags​(Map<String,​Map<String,​Object>> systemTags)
        System tags for this resource.

        Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

        Parameters:
        systemTags - the value to set
        Returns:
        this builder