Interface ServiceJobCapacityUsageSummary.Builder

    • Method Detail

      • capacityUnit

        ServiceJobCapacityUsageSummary.Builder capacityUnit​(String capacityUnit)

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

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

        ServiceJobCapacityUsageSummary.Builder quantity​(Double 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.