Interface ServiceJobCapacityUsageSummary.Builder

  • Method Details

    • capacityUnit

      ServiceJobCapacityUsageSummary.Builder capacityUnit(String capacityUnit)

      The unit of measure for the service job capacity usage. For service jobs, this is NUM_INSTANCES.

      Parameters:
      capacityUnit - The unit of measure for the service job capacity usage. For service jobs, this is NUM_INSTANCES.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • quantity

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

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