Struct aws_sdk_ec2::model::target_reservation_value::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TargetReservationValue
.
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 Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.
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 Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.
sourcepub fn target_configuration(self, input: TargetConfiguration) -> Self
pub fn target_configuration(self, input: TargetConfiguration) -> Self
The configuration of the Convertible Reserved Instances that make up the exchange.
sourcepub fn set_target_configuration(self, input: Option<TargetConfiguration>) -> Self
pub fn set_target_configuration(self, input: Option<TargetConfiguration>) -> Self
The configuration of the Convertible Reserved Instances that make up the exchange.
sourcepub fn build(self) -> TargetReservationValue
pub fn build(self) -> TargetReservationValue
Consumes the builder and constructs a TargetReservationValue
.