Interface ReservedInstanceLimitPrice.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReservedInstanceLimitPrice.Builder,ReservedInstanceLimitPrice>, SdkBuilder<ReservedInstanceLimitPrice.Builder,ReservedInstanceLimitPrice>, SdkPojo
Enclosing class:
ReservedInstanceLimitPrice

public static interface ReservedInstanceLimitPrice.Builder extends SdkPojo, CopyableBuilder<ReservedInstanceLimitPrice.Builder,ReservedInstanceLimitPrice>
  • Method Details

    • 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:
    • 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: