Struct aws_sdk_ec2::model::host_reservation::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for HostReservation
Implementations
The number of Dedicated Hosts the reservation is associated with.
The number of Dedicated Hosts the reservation is associated with.
The currency in which the upfrontPrice
and hourlyPrice
amounts are specified. At this time, the only supported currency is
USD
.
The currency in which the upfrontPrice
and hourlyPrice
amounts are specified. At this time, the only supported currency is
USD
.
The length of the reservation's term, specified in seconds. Can be 31536000
(1 year)
| 94608000 (3 years)
.
The length of the reservation's term, specified in seconds. Can be 31536000
(1 year)
| 94608000 (3 years)
.
The date and time that the reservation ends.
Appends an item to host_id_set
.
To override the contents of this collection use set_host_id_set
.
The IDs of the Dedicated Hosts associated with the reservation.
The IDs of the Dedicated Hosts associated with the reservation.
The ID of the reservation that specifies the associated Dedicated Hosts.
The ID of the reservation that specifies the associated Dedicated Hosts.
The hourly price of the reservation.
The hourly price of the reservation.
The instance family of the Dedicated Host Reservation. The instance family on the Dedicated Host must be the same in order for it to benefit from the reservation.
The instance family of the Dedicated Host Reservation. The instance family on the Dedicated Host must be the same in order for it to benefit from the reservation.
The ID of the reservation. This remains the same regardless of which Dedicated Hosts are associated with it.
The ID of the reservation. This remains the same regardless of which Dedicated Hosts are associated with it.
The payment option selected for this reservation.
The payment option selected for this reservation.
The date and time that the reservation started.
The state of the reservation.
The state of the reservation.
The upfront price of the reservation.
The upfront price of the reservation.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Any tags assigned to the Dedicated Host Reservation.
Any tags assigned to the Dedicated Host Reservation.
Consumes the builder and constructs a HostReservation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more