Struct aws_sdk_inspector::input::add_attributes_to_findings_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AddAttributesToFindingsInput
Implementations
Appends an item to finding_arns.
To override the contents of this collection use set_finding_arns.
The ARNs that specify the findings that you want to assign attributes to.
The ARNs that specify the findings that you want to assign attributes to.
Appends an item to attributes.
To override the contents of this collection use set_attributes.
The array of attributes that you want to assign to specified findings.
The array of attributes that you want to assign to specified findings.
Consumes the builder and constructs a AddAttributesToFindingsInput
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
