Interface QuotaUtilizationInfo.Builder

  • Method Details

    • quotaCode

      QuotaUtilizationInfo.Builder quotaCode(String quotaCode)

      The quota identifier.

      Parameters:
      quotaCode - The quota identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceCode

      QuotaUtilizationInfo.Builder serviceCode(String serviceCode)

      The service identifier.

      Parameters:
      serviceCode - The service identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • quotaName

      QuotaUtilizationInfo.Builder quotaName(String quotaName)

      The quota name.

      Parameters:
      quotaName - The quota name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespace

      QuotaUtilizationInfo.Builder namespace(String namespace)

      The namespace of the metric used to track quota usage.

      Parameters:
      namespace - The namespace of the metric used to track quota usage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • utilization

      QuotaUtilizationInfo.Builder utilization(Double utilization)

      The utilization percentage of the quota, calculated as (current usage / applied value) × 100. Values range from 0.0 to 100.0 or higher if usage exceeds the quota limit.

      Parameters:
      utilization - The utilization percentage of the quota, calculated as (current usage / applied value) × 100. Values range from 0.0 to 100.0 or higher if usage exceeds the quota limit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultValue

      QuotaUtilizationInfo.Builder defaultValue(Double defaultValue)

      The default value of the quota.

      Parameters:
      defaultValue - The default value of the quota.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appliedValue

      QuotaUtilizationInfo.Builder appliedValue(Double appliedValue)

      The applied value of the quota, which may be higher than the default value if a quota increase has been requested and approved.

      Parameters:
      appliedValue - The applied value of the quota, which may be higher than the default value if a quota increase has been requested and approved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceName

      QuotaUtilizationInfo.Builder serviceName(String serviceName)

      The service name.

      Parameters:
      serviceName - The service name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • adjustable

      QuotaUtilizationInfo.Builder adjustable(Boolean adjustable)

      Indicates whether the quota value can be increased.

      Parameters:
      adjustable - Indicates whether the quota value can be increased.
      Returns:
      Returns a reference to this object so that method calls can be chained together.