Interface QuotaShareCapacityLimit.Builder

    • Method Detail

      • maxCapacity

        QuotaShareCapacityLimit.Builder maxCapacity​(Integer maxCapacity)

        The maximum capacity available for the quota share. This value represents the maximum quantity of a resource that can be allocated to jobs in the quota share without borrowing.

        Parameters:
        maxCapacity - The maximum capacity available for the quota share. This value represents the maximum quantity of a resource that can be allocated to jobs in the quota share without borrowing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityUnit

        QuotaShareCapacityLimit.Builder capacityUnit​(String capacityUnit)

        The unit of compute capacity for the capacityLimit. For example, ml.m5.large.

        Parameters:
        capacityUnit - The unit of compute capacity for the capacityLimit. For example, ml.m5.large.
        Returns:
        Returns a reference to this object so that method calls can be chained together.