public static interface ReservedInstanceLimitPrice.Builder extends SdkPojo, 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. |
equalsBySdkFields, sdkFields
copy
applyMutation, build
ReservedInstanceLimitPrice.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
,
CurrencyCodeValues
ReservedInstanceLimitPrice.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
,
CurrencyCodeValues
Copyright © 2022. All rights reserved.