Interface JobCapacityUsageSummary.Builder

  • Method Details

    • capacityUnit

      JobCapacityUsageSummary.Builder capacityUnit(String capacityUnit)

      The unit of measure for the capacity usage. This is VCPU for Amazon EC2 and cpu for Amazon EKS.

      Parameters:
      capacityUnit - The unit of measure for the capacity usage. This is VCPU for Amazon EC2 and cpu for Amazon EKS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • quantity

      The quantity of capacity being used by the job, measured in the units specified by capacityUnit.

      Parameters:
      quantity - The quantity of capacity being used by the job, measured in the units specified by capacityUnit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.