pub struct Builder { /* private fields */ }
Expand description
A builder for ReservedInstanceReservationValue
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn reservation_value(self, input: ReservationValue) -> Self
pub fn reservation_value(self, input: ReservationValue) -> Self
The total value of the Convertible Reserved Instance that you are exchanging.
sourcepub fn set_reservation_value(self, input: Option<ReservationValue>) -> Self
pub fn set_reservation_value(self, input: Option<ReservationValue>) -> Self
The total value of the Convertible Reserved Instance that you are exchanging.
sourcepub fn reserved_instance_id(self, input: impl Into<String>) -> Self
pub fn reserved_instance_id(self, input: impl Into<String>) -> Self
The ID of the Convertible Reserved Instance that you are exchanging.
sourcepub fn set_reserved_instance_id(self, input: Option<String>) -> Self
pub fn set_reserved_instance_id(self, input: Option<String>) -> Self
The ID of the Convertible Reserved Instance that you are exchanging.
sourcepub fn build(self) -> ReservedInstanceReservationValue
pub fn build(self) -> ReservedInstanceReservationValue
Consumes the builder and constructs a ReservedInstanceReservationValue
.