Struct aws_sdk_ec2::input::modify_reserved_instances_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyReservedInstancesInput
Implementations
Appends an item to reserved_instances_ids
.
To override the contents of this collection use set_reserved_instances_ids
.
The IDs of the Reserved Instances to modify.
The IDs of the Reserved Instances to modify.
A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
Appends an item to target_configurations
.
To override the contents of this collection use set_target_configurations
.
The configuration settings for the Reserved Instances to modify.
pub fn set_target_configurations(
self,
input: Option<Vec<ReservedInstancesConfiguration>>
) -> Self
pub fn set_target_configurations(
self,
input: Option<Vec<ReservedInstancesConfiguration>>
) -> Self
The configuration settings for the Reserved Instances to modify.
Consumes the builder and constructs a ModifyReservedInstancesInput
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