Struct aws_sdk_emr::model::instance_group_modify_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for InstanceGroupModifyConfig
Implementations
Unique ID of the instance group to modify.
Unique ID of the instance group to modify.
Target size for the instance group.
Target size for the instance group.
Appends an item to ec2_instance_ids_to_terminate.
To override the contents of this collection use set_ec2_instance_ids_to_terminate.
The EC2 InstanceIds to terminate. After you terminate the instances, the instance group will not return to its original requested size.
The EC2 InstanceIds to terminate. After you terminate the instances, the instance group will not return to its original requested size.
Policy for customizing shrink operations.
Policy for customizing shrink operations.
Appends an item to configurations.
To override the contents of this collection use set_configurations.
A list of new or modified configurations to apply for an instance group.
A list of new or modified configurations to apply for an instance group.
Consumes the builder and constructs a InstanceGroupModifyConfig
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