Uses of Interface
software.amazon.awssdk.services.ec2.model.PriceSchedule.Builder
-
Packages that use PriceSchedule.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PriceSchedule.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PriceSchedule.Builder Modifier and Type Method Description PriceSchedule.BuilderPriceSchedule.Builder. active(Boolean active)The current price schedule, as determined by the term remaining for the Reserved Instance in the listing.static PriceSchedule.BuilderPriceSchedule. builder()PriceSchedule.BuilderPriceSchedule.Builder. currencyCode(String currencyCode)The currency for transacting the Reserved Instance resale.PriceSchedule.BuilderPriceSchedule.Builder. currencyCode(CurrencyCodeValues currencyCode)The currency for transacting the Reserved Instance resale.PriceSchedule.BuilderPriceSchedule.Builder. price(Double price)The fixed price for the term.PriceSchedule.BuilderPriceSchedule.Builder. term(Long term)The number of months remaining in the reservation.PriceSchedule.BuilderPriceSchedule. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PriceSchedule.Builder Modifier and Type Method Description static Class<? extends PriceSchedule.Builder>PriceSchedule. serializableBuilderClass()
-