Interface QuotaShareCapacityUtilization.Builder

    • Method Detail

      • quotaShareName

        QuotaShareCapacityUtilization.Builder quotaShareName​(String quotaShareName)

        The name of the quota share.

        Parameters:
        quotaShareName - The name of the quota share.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityUsage

        QuotaShareCapacityUtilization.Builder capacityUsage​(Collection<QuotaShareCapacityUsage> capacityUsage)

        The capacity usage information for this quota share, including the units of compute capacity and quantity being used.

        Parameters:
        capacityUsage - The capacity usage information for this quota share, including the units of compute capacity and quantity being used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityUsage

        QuotaShareCapacityUtilization.Builder capacityUsage​(QuotaShareCapacityUsage... capacityUsage)

        The capacity usage information for this quota share, including the units of compute capacity and quantity being used.

        Parameters:
        capacityUsage - The capacity usage information for this quota share, including the units of compute capacity and quantity being used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.