Interface ReservedInstanceLimitPrice.Builder

    • Method Detail

      • amount

        ReservedInstanceLimitPrice.Builder amount​(Double amount)

        Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).

        Parameters:
        amount - Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • currencyCode

        ReservedInstanceLimitPrice.Builder currencyCode​(String currencyCode)

        The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.

        Parameters:
        currencyCode - The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CurrencyCodeValues, CurrencyCodeValues
      • currencyCode

        ReservedInstanceLimitPrice.Builder currencyCode​(CurrencyCodeValues currencyCode)

        The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.

        Parameters:
        currencyCode - The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CurrencyCodeValues, CurrencyCodeValues