pub struct Builder { /* private fields */ }
Expand description
A builder for BatchStopUpdateActionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn processed_update_actions(self, input: ProcessedUpdateAction) -> Self
pub fn processed_update_actions(self, input: ProcessedUpdateAction) -> Self
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
sourcepub fn set_processed_update_actions(
self,
input: Option<Vec<ProcessedUpdateAction>>
) -> Self
pub fn set_processed_update_actions(
self,
input: Option<Vec<ProcessedUpdateAction>>
) -> Self
Update actions that have been processed successfully
sourcepub fn unprocessed_update_actions(self, input: UnprocessedUpdateAction) -> Self
pub fn unprocessed_update_actions(self, input: UnprocessedUpdateAction) -> Self
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
sourcepub 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
sourcepub fn build(self) -> BatchStopUpdateActionOutput
pub fn build(self) -> BatchStopUpdateActionOutput
Consumes the builder and constructs a BatchStopUpdateActionOutput
.