Struct aws_sdk_securityhub::model::page::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Page
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn page_number(self, input: i64) -> Self
pub fn page_number(self, input: i64) -> Self
The page number of the page that contains the sensitive data.
sourcepub fn set_page_number(self, input: Option<i64>) -> Self
pub fn set_page_number(self, input: Option<i64>) -> Self
The page number of the page that contains the sensitive data.
sourcepub fn line_range(self, input: Range) -> Self
pub fn line_range(self, input: Range) -> Self
An occurrence 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.
sourcepub fn set_line_range(self, input: Option<Range>) -> Self
pub fn set_line_range(self, input: Option<Range>) -> Self
An occurrence 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.
sourcepub fn offset_range(self, input: Range) -> Self
pub fn offset_range(self, input: Range) -> Self
An occurrence of sensitive data detected in a binary text file.
sourcepub fn set_offset_range(self, input: Option<Range>) -> Self
pub fn set_offset_range(self, input: Option<Range>) -> Self
An occurrence of sensitive data detected in a binary text file.