Struct aws_sdk_emr::input::cancel_steps_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CancelStepsInput
Implementations
The ClusterID for the specified steps that will be canceled. Use RunJobFlow and ListClusters to get ClusterIDs.
The ClusterID for the specified steps that will be canceled. Use RunJobFlow and ListClusters to get ClusterIDs.
Appends an item to step_ids.
To override the contents of this collection use set_step_ids.
The list of StepIDs to cancel. Use ListSteps to get steps
and their states for the specified cluster.
The list of StepIDs to cancel. Use ListSteps to get steps
and their states for the specified cluster.
The option to choose to cancel RUNNING steps. By default, the value is
SEND_INTERRUPT.
The option to choose to cancel RUNNING steps. By default, the value is
SEND_INTERRUPT.
Consumes the builder and constructs a CancelStepsInput
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