Class ProductLicenseSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public ProductLicenseSummary.Builder compartmentId​(String compartmentId)
        The compartment OCID where the product license is created.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • statusDescription

        public ProductLicenseSummary.Builder statusDescription​(String statusDescription)
        Status description for the current product license status.
        Parameters:
        statusDescription - the value to set
        Returns:
        this builder
      • totalActiveLicenseUnitCount

        public ProductLicenseSummary.Builder totalActiveLicenseUnitCount​(Integer totalActiveLicenseUnitCount)
        The total number of licenses available for the product license, calculated by adding up all the license counts for active license records associated with the product license.
        Parameters:
        totalActiveLicenseUnitCount - the value to set
        Returns:
        this builder
      • totalLicenseUnitsConsumed

        public ProductLicenseSummary.Builder totalLicenseUnitsConsumed​(Double totalLicenseUnitsConsumed)
        The number of license units consumed.

        Updated after each allocation run.

        Parameters:
        totalLicenseUnitsConsumed - the value to set
        Returns:
        this builder
      • totalLicenseRecordCount

        public ProductLicenseSummary.Builder totalLicenseRecordCount​(Integer totalLicenseRecordCount)
        The number of license records associated with the product license.
        Parameters:
        totalLicenseRecordCount - the value to set
        Returns:
        this builder
      • activeLicenseRecordCount

        public ProductLicenseSummary.Builder activeLicenseRecordCount​(Integer activeLicenseRecordCount)
        The number of active license records associated with the product license.
        Parameters:
        activeLicenseRecordCount - the value to set
        Returns:
        this builder
      • isVendorOracle

        public ProductLicenseSummary.Builder isVendorOracle​(Boolean isVendorOracle)
        Specifies whether the vendor is Oracle or a third party.
        Parameters:
        isVendorOracle - the value to set
        Returns:
        this builder
      • isOverSubscribed

        public ProductLicenseSummary.Builder isOverSubscribed​(Boolean isOverSubscribed)
        Specifies whether or not the product license is oversubscribed.
        Parameters:
        isOverSubscribed - the value to set
        Returns:
        this builder
      • isUnlimited

        public ProductLicenseSummary.Builder isUnlimited​(Boolean isUnlimited)
        Specifies if the license unit count is unlimited.
        Parameters:
        isUnlimited - the value to set
        Returns:
        this builder
      • vendorName

        public ProductLicenseSummary.Builder vendorName​(String vendorName)
        The vendor of the ProductLicense
        Parameters:
        vendorName - the value to set
        Returns:
        this builder
      • timeCreated

        public ProductLicenseSummary.Builder timeCreated​(Date timeCreated)
        The time the product license was created.

        An RFC 3339-formatted datetime string.

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

        public ProductLicenseSummary.Builder timeUpdated​(Date timeUpdated)
        The time the product license was updated.

        An RFC 3339-formatted datetime string.

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

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