Struct aws_sdk_securityhub::model::occurrences::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for Occurrences
Implementations
Appends an item to line_ranges
.
To override the contents of this collection use set_line_ranges
.
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.
Appends an item to offset_ranges
.
To override the contents of this collection use set_offset_ranges
.
Occurrences of sensitive data detected in a binary text file.
Occurrences of sensitive data detected in a binary text file.
Appends an item to pages
.
To override the contents of this collection use set_pages
.
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
Appends an item to records
.
To override the contents of this collection use set_records
.
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
Appends an item to cells
.
To override the contents of this collection use set_cells
.
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
Consumes the builder and constructs a Occurrences
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