| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static HostReservation.Builder |
HostReservation.builder() |
HostReservation.Builder |
HostReservation.Builder.count(Integer count)
The number of Dedicated Hosts the reservation is associated with.
|
HostReservation.Builder |
HostReservation.Builder.currencyCode(CurrencyCodeValues currencyCode)
The currency in which the
upfrontPrice and hourlyPrice amounts are specified. |
HostReservation.Builder |
HostReservation.Builder.currencyCode(String currencyCode)
The currency in which the
upfrontPrice and hourlyPrice amounts are specified. |
HostReservation.Builder |
HostReservation.Builder.duration(Integer duration)
The length of the reservation's term, specified in seconds.
|
HostReservation.Builder |
HostReservation.Builder.end(Instant end)
The date and time that the reservation ends.
|
HostReservation.Builder |
HostReservation.Builder.hostIdSet(Collection<String> hostIdSet)
The IDs of the Dedicated Hosts associated with the reservation.
|
HostReservation.Builder |
HostReservation.Builder.hostIdSet(String... hostIdSet)
The IDs of the Dedicated Hosts associated with the reservation.
|
HostReservation.Builder |
HostReservation.Builder.hostReservationId(String hostReservationId)
The ID of the reservation that specifies the associated Dedicated Hosts.
|
HostReservation.Builder |
HostReservation.Builder.hourlyPrice(String hourlyPrice)
The hourly price of the reservation.
|
HostReservation.Builder |
HostReservation.Builder.instanceFamily(String instanceFamily)
The instance family of the Dedicated Host Reservation.
|
HostReservation.Builder |
HostReservation.Builder.offeringId(String offeringId)
The ID of the reservation.
|
HostReservation.Builder |
HostReservation.Builder.paymentOption(PaymentOption paymentOption)
The payment option selected for this reservation.
|
HostReservation.Builder |
HostReservation.Builder.paymentOption(String paymentOption)
The payment option selected for this reservation.
|
HostReservation.Builder |
HostReservation.Builder.start(Instant start)
The date and time that the reservation started.
|
HostReservation.Builder |
HostReservation.Builder.state(ReservationState state)
The state of the reservation.
|
HostReservation.Builder |
HostReservation.Builder.state(String state)
The state of the reservation.
|
HostReservation.Builder |
HostReservation.Builder.tags(Collection<Tag> tags)
Any tags assigned to the Dedicated Host Reservation.
|
HostReservation.Builder |
HostReservation.Builder.tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the Dedicated Host Reservation.
|
HostReservation.Builder |
HostReservation.Builder.tags(Tag... tags)
Any tags assigned to the Dedicated Host Reservation.
|
HostReservation.Builder |
HostReservation.toBuilder() |
HostReservation.Builder |
HostReservation.Builder.upfrontPrice(String upfrontPrice)
The upfront price of the reservation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HostReservation.Builder> |
HostReservation.serializableBuilderClass() |
Copyright © 2020. All rights reserved.