Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static PriceScheduleSpecification.Builder |
PriceScheduleSpecification.builder() |
PriceScheduleSpecification.Builder |
PriceScheduleSpecification.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency for transacting the Reserved Instance resale.
|
PriceScheduleSpecification.Builder |
PriceScheduleSpecification.Builder.currencyCode(String currencyCode)
The currency for transacting the Reserved Instance resale.
|
PriceScheduleSpecification.Builder |
PriceScheduleSpecification.Builder.price(Double price)
The fixed price for the term.
|
PriceScheduleSpecification.Builder |
PriceScheduleSpecification.Builder.term(Long term)
The number of months remaining in the reservation.
|
PriceScheduleSpecification.Builder |
PriceScheduleSpecification.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends PriceScheduleSpecification.Builder> |
PriceScheduleSpecification.serializableBuilderClass() |
Copyright © 2023. All rights reserved.