Struct aws_sdk_macie2::model::custom_data_identifiers::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CustomDataIdentifiers
Implementations
Appends an item to detections
.
To override the contents of this collection use set_detections
.
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.
The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.
Consumes the builder and constructs a CustomDataIdentifiers
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