Interface QuotaShareCapacityUsage.Builder

    • Method Detail

      • capacityUnit

        QuotaShareCapacityUsage.Builder capacityUnit​(String capacityUnit)

        The unit of compute capacity for the capacity usage.

        Parameters:
        capacityUnit - The unit of compute capacity for the capacity usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantity

        QuotaShareCapacityUsage.Builder quantity​(Double quantity)

        The quantity of capacity being used.

        Parameters:
        quantity - The quantity of capacity being used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.