Struct aws_sdk_auditmanager::input::update_control_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateControlInput
Implementations
The identifier for the control.
The identifier for the control.
The optional description of the control.
The optional description of the control.
The steps that you should follow to determine if the control is met.
The steps that you should follow to determine if the control is met.
The title of the action plan for remediating the control.
The title of the action plan for remediating the control.
The recommended actions to carry out if the control isn't fulfilled.
The recommended actions to carry out if the control isn't fulfilled.
Appends an item to control_mapping_sources
.
To override the contents of this collection use set_control_mapping_sources
.
The data mapping sources for the control.
The data mapping sources for the control.
Consumes the builder and constructs a UpdateControlInput
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