Interface WorkloadEstimateUsageQuantity.Builder

    • Method Detail

      • unit

        WorkloadEstimateUsageQuantity.Builder unit​(String unit)

        The unit of measurement for the usage quantity.

        Parameters:
        unit - The unit of measurement for the usage quantity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • amount

        WorkloadEstimateUsageQuantity.Builder amount​(Double amount)

        The numeric value of the usage quantity.

        Parameters:
        amount - The numeric value of the usage quantity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.