pub struct Builder { /* private fields */ }
Expand description
A builder for ReservedInstancesModificationResult
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn reserved_instances_id(self, input: impl Into<String>) -> Self
pub fn reserved_instances_id(self, input: impl Into<String>) -> Self
The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.
sourcepub fn set_reserved_instances_id(self, input: Option<String>) -> Self
pub fn set_reserved_instances_id(self, input: Option<String>) -> Self
The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.
sourcepub fn target_configuration(self, input: ReservedInstancesConfiguration) -> Self
pub fn target_configuration(self, input: ReservedInstancesConfiguration) -> Self
The target Reserved Instances configurations supplied as part of the modification request.
sourcepub fn set_target_configuration(
self,
input: Option<ReservedInstancesConfiguration>
) -> Self
pub fn set_target_configuration(
self,
input: Option<ReservedInstancesConfiguration>
) -> Self
The target Reserved Instances configurations supplied as part of the modification request.
sourcepub fn build(self) -> ReservedInstancesModificationResult
pub fn build(self) -> ReservedInstancesModificationResult
Consumes the builder and constructs a ReservedInstancesModificationResult
.