Interface LambdaEstimatedMonthlySavings.Builder

    • Method Detail

      • currency

        LambdaEstimatedMonthlySavings.Builder currency​(String currency)

        The currency of the estimated monthly savings.

        Parameters:
        currency - The currency of the estimated monthly savings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Currency, Currency
      • currency

        LambdaEstimatedMonthlySavings.Builder currency​(Currency currency)

        The currency of the estimated monthly savings.

        Parameters:
        currency - The currency of the estimated monthly savings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Currency, Currency
      • value

        LambdaEstimatedMonthlySavings.Builder value​(Double value)

        The value of the estimated monthly savings.

        Parameters:
        value - The value of the estimated monthly savings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.