Class ProvisionSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public ProvisionSummary.Builder displayName​(String displayName)
        A user-friendly name.

        Does not have to be unique, and it’s changeable.

        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • provisionDescription

        public ProvisionSummary.Builder provisionDescription​(String provisionDescription)
        A description of the provision.
        Parameters:
        provisionDescription - the value to set
        Returns:
        this builder
      • compartmentId

        public ProvisionSummary.Builder compartmentId​(String compartmentId)
        The OCID of the compartment.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • timeCreated

        public ProvisionSummary.Builder timeCreated​(Date timeCreated)
        The date and time the FamProvision was created, in the format defined by RFC 3339.

        Example: 2016-08-25T21:10:29.600Z

        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • timeUpdated

        public ProvisionSummary.Builder timeUpdated​(Date timeUpdated)
        The date and time the FamProvision was updated, in the format defined by RFC 3339.

        Example: 2016-08-25T21:10:29.600Z

        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public ProvisionSummary.Builder lifecycleDetails​(String lifecycleDetails)
        A message that describes the current state of the FamProvision in more detail.

        For example, can be used to provide actionable information for a resource in the Failed state.

        Parameters:
        lifecycleDetails - the value to set
        Returns:
        this builder
      • packageCatalogItemId

        public ProvisionSummary.Builder packageCatalogItemId​(String packageCatalogItemId)
        The OCID of the Catalog Item.
        Parameters:
        packageCatalogItemId - the value to set
        Returns:
        this builder
      • configCatalogItemId

        public ProvisionSummary.Builder configCatalogItemId​(String configCatalogItemId)
        A OCID of the Catalog Item to a file with key/value pairs to set up variables for createStack API.
        Parameters:
        configCatalogItemId - the value to set
        Returns:
        this builder
      • packageCatalogItemDisplayName

        public ProvisionSummary.Builder packageCatalogItemDisplayName​(String packageCatalogItemDisplayName)
        A display Name of the Catalog Item in the Catalog.
        Parameters:
        packageCatalogItemDisplayName - the value to set
        Returns:
        this builder
      • packageCatalogItemListingId

        public ProvisionSummary.Builder packageCatalogItemListingId​(String packageCatalogItemListingId)
        A listing ID of the Catalog Item in the Catalog.
        Parameters:
        packageCatalogItemListingId - the value to set
        Returns:
        this builder
      • packageCatalogItemListingVersion

        public ProvisionSummary.Builder packageCatalogItemListingVersion​(String packageCatalogItemListingVersion)
        A listing version of the Catalog Item in the Catalog.
        Parameters:
        packageCatalogItemListingVersion - the value to set
        Returns:
        this builder
      • configCatalogItemDisplayName

        public ProvisionSummary.Builder configCatalogItemDisplayName​(String configCatalogItemDisplayName)
        A display Name of the Catalog Item in the Catalog.
        Parameters:
        configCatalogItemDisplayName - the value to set
        Returns:
        this builder
      • configCatalogItemListingId

        public ProvisionSummary.Builder configCatalogItemListingId​(String configCatalogItemListingId)
        A listing ID of the Catalog Item in the Catalog.
        Parameters:
        configCatalogItemListingId - the value to set
        Returns:
        this builder
      • configCatalogItemListingVersion

        public ProvisionSummary.Builder configCatalogItemListingVersion​(String configCatalogItemListingVersion)
        A listing version of the Catalog Item in the Catalog.
        Parameters:
        configCatalogItemListingVersion - the value to set
        Returns:
        this builder
      • freeformTags

        public ProvisionSummary.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 ProvisionSummary.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 ProvisionSummary.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