public static interface ReservedInstanceLimitPrice.Builder extends CopyableBuilder<ReservedInstanceLimitPrice.Builder,ReservedInstanceLimitPrice>
| Modifier and Type | Method and Description |
|---|---|
ReservedInstanceLimitPrice.Builder |
amount(Double amount)
Used for Reserved Instance Marketplace offerings.
|
ReservedInstanceLimitPrice.Builder |
currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
limitPrice amount is specified. |
ReservedInstanceLimitPrice.Builder |
currencyCode(String currencyCode)
The currency in which the
limitPrice amount is specified. |
copyapply, buildReservedInstanceLimitPrice.Builder amount(Double amount)
Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).
amount - Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order
(instanceCount * price).ReservedInstanceLimitPrice.Builder currencyCode(String currencyCode)
The currency in which the limitPrice amount is specified. At this time, the only supported
currency is USD.
currencyCode - The currency in which the limitPrice amount is specified. At this time, the only
supported currency is USD.CurrencyCodeValues,
CurrencyCodeValuesReservedInstanceLimitPrice.Builder currencyCode(CurrencyCodeValues currencyCode)
The currency in which the limitPrice amount is specified. At this time, the only supported
currency is USD.
currencyCode - The currency in which the limitPrice amount is specified. At this time, the only
supported currency is USD.CurrencyCodeValues,
CurrencyCodeValuesCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.