Struct aws_sdk_elasticache::output::batch_stop_update_action_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for BatchStopUpdateActionOutput
Implementations
Appends an item to processed_update_actions
.
To override the contents of this collection use set_processed_update_actions
.
Update actions that have been processed successfully
Update actions that have been processed successfully
Appends an item to unprocessed_update_actions
.
To override the contents of this collection use set_unprocessed_update_actions
.
Update actions that haven't been processed successfully
pub fn set_unprocessed_update_actions(
self,
input: Option<Vec<UnprocessedUpdateAction>>
) -> Self
pub fn set_unprocessed_update_actions(
self,
input: Option<Vec<UnprocessedUpdateAction>>
) -> Self
Update actions that haven't been processed successfully
Consumes the builder and constructs a BatchStopUpdateActionOutput
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