Interface CostEstimate.Builder

    • Method Detail

      • usageType

        CostEstimate.Builder usageType​(String usageType)

        The types of usage that are included in the estimate, such as costs, usage, or data transfer.

        Parameters:
        usageType - The types of usage that are included in the estimate, such as costs, usage, or data transfer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resultsByTime

        CostEstimate.Builder resultsByTime​(Collection<EstimateByTime> resultsByTime)

        The cost estimate result that's associated with a time period.

        Parameters:
        resultsByTime - The cost estimate result that's associated with a time period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resultsByTime

        CostEstimate.Builder resultsByTime​(EstimateByTime... resultsByTime)

        The cost estimate result that's associated with a time period.

        Parameters:
        resultsByTime - The cost estimate result that's associated with a time period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.