| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static HostOffering.Builder |
HostOffering.builder() |
HostOffering.Builder |
HostOffering.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency of the offering.
|
HostOffering.Builder |
HostOffering.Builder.currencyCode(String 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(PaymentOption paymentOption)
The available payment option.
|
HostOffering.Builder |
HostOffering.Builder.paymentOption(String paymentOption)
The available payment option.
|
HostOffering.Builder |
HostOffering.toBuilder() |
HostOffering.Builder |
HostOffering.Builder.upfrontPrice(String upfrontPrice)
The upfront price of the offering.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HostOffering.Builder> |
HostOffering.serializableBuilderClass() |
Copyright © 2020. All rights reserved.