CopyableBuilder<ReservedInstanceLimitPrice.Builder,ReservedInstanceLimitPrice>
, SdkBuilder<ReservedInstanceLimitPrice.Builder,ReservedInstanceLimitPrice>
public static interface ReservedInstanceLimitPrice.Builder extends CopyableBuilder<ReservedInstanceLimitPrice.Builder,ReservedInstanceLimitPrice>
Modifier and Type | Method | Description |
---|---|---|
ReservedInstanceLimitPrice.Builder |
amount(Double amount) |
Used for Reserved Instance Marketplace offerings.
|
ReservedInstanceLimitPrice.Builder |
currencyCode(String currencyCode) |
The currency in which the
limitPrice amount is specified. |
ReservedInstanceLimitPrice.Builder |
currencyCode(CurrencyCodeValues currencyCode) |
The currency in which the
limitPrice amount is specified. |
copy
apply, 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
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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.