Struct aws_sdk_emr::model::instance_resize_policy::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for InstanceResizePolicy
Implementations
Appends an item to instances_to_terminate.
To override the contents of this collection use set_instances_to_terminate.
Specific list of instances to be terminated when shrinking an instance group.
Specific list of instances to be terminated when shrinking an instance group.
Appends an item to instances_to_protect.
To override the contents of this collection use set_instances_to_protect.
Specific list of instances to be protected when shrinking an instance group.
Specific list of instances to be protected when shrinking an instance group.
Decommissioning timeout override for the specific list of instances to be terminated.
Decommissioning timeout override for the specific list of instances to be terminated.
Consumes the builder and constructs a InstanceResizePolicy
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