public static interface PriceScheduleSpecification.Builder extends SdkPojo, CopyableBuilder<PriceScheduleSpecification.Builder,PriceScheduleSpecification>
Modifier and Type | Method and Description |
---|---|
PriceScheduleSpecification.Builder |
currencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
PriceScheduleSpecification.Builder |
currencyCode(String currencyCode)
The currency for transacting the Reserved Instance resale.
|
PriceScheduleSpecification.Builder |
price(Double price)
The fixed price for the term.
|
PriceScheduleSpecification.Builder |
term(Long term)
The number of months remaining in the reservation.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PriceScheduleSpecification.Builder currencyCode(String currencyCode)
The currency for transacting the Reserved Instance resale. At this time, the only supported currency is
USD
.
currencyCode
- The currency for transacting the Reserved Instance resale. At this time, the only supported currency
is USD
.CurrencyCodeValues
,
CurrencyCodeValues
PriceScheduleSpecification.Builder currencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale. At this time, the only supported currency is
USD
.
currencyCode
- The currency for transacting the Reserved Instance resale. At this time, the only supported currency
is USD
.CurrencyCodeValues
,
CurrencyCodeValues
PriceScheduleSpecification.Builder price(Double price)
The fixed price for the term.
price
- The fixed price for the term.PriceScheduleSpecification.Builder term(Long term)
The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.
term
- The number of months remaining in the reservation. For example, 2 is the second to the last month
before the capacity reservation expires.Copyright © 2019. All rights reserved.