static HostOffering.Builder |
HostOffering.builder() |
|
HostOffering.Builder |
HostOffering.Builder.currencyCode(String currencyCode) |
The currency of the offering.
|
HostOffering.Builder |
HostOffering.Builder.currencyCode(CurrencyCodeValues currencyCode) |
The currency of the offering.
|
HostOffering.Builder |
HostOffering.Builder.duration(Integer duration) |
The duration of the offering (in seconds).
|
HostOffering.Builder |
HostOffering.Builder.hourlyPrice(String hourlyPrice) |
The hourly price of the offering.
|
HostOffering.Builder |
HostOffering.Builder.instanceFamily(String instanceFamily) |
The instance family of the offering.
|
HostOffering.Builder |
HostOffering.Builder.offeringId(String offeringId) |
The ID of the offering.
|
HostOffering.Builder |
HostOffering.Builder.paymentOption(String paymentOption) |
The available payment option.
|
HostOffering.Builder |
HostOffering.Builder.paymentOption(PaymentOption paymentOption) |
The available payment option.
|
HostOffering.Builder |
HostOffering.toBuilder() |
|
HostOffering.Builder |
HostOffering.Builder.upfrontPrice(String upfrontPrice) |
The upfront price of the offering.
|