Struct aws_sdk_macie2::types::builders::RangeBuilder
source · #[non_exhaustive]pub struct RangeBuilder { /* private fields */ }
Expand description
A builder for Range
.
Implementations§
source§impl RangeBuilder
impl RangeBuilder
sourcepub fn end(self, input: i64) -> Self
pub fn end(self, input: i64) -> Self
The number of lines from the beginning of the file to the end of the sensitive data.
sourcepub fn set_end(self, input: Option<i64>) -> Self
pub fn set_end(self, input: Option<i64>) -> Self
The number of lines from the beginning of the file to the end of the sensitive data.
sourcepub fn start(self, input: i64) -> Self
pub fn start(self, input: i64) -> Self
The number of lines from the beginning of the file to the beginning of the sensitive data.
sourcepub fn set_start(self, input: Option<i64>) -> Self
pub fn set_start(self, input: Option<i64>) -> Self
The number of lines from the beginning of the file to the beginning of the sensitive data.
sourcepub fn start_column(self, input: i64) -> Self
pub fn start_column(self, input: i64) -> Self
The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.
sourcepub fn set_start_column(self, input: Option<i64>) -> Self
pub fn set_start_column(self, input: Option<i64>) -> Self
The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.
Trait Implementations§
source§impl Clone for RangeBuilder
impl Clone for RangeBuilder
source§fn clone(&self) -> RangeBuilder
fn clone(&self) -> RangeBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RangeBuilder
impl Debug for RangeBuilder
source§impl Default for RangeBuilder
impl Default for RangeBuilder
source§fn default() -> RangeBuilder
fn default() -> RangeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RangeBuilder> for RangeBuilder
impl PartialEq<RangeBuilder> for RangeBuilder
source§fn eq(&self, other: &RangeBuilder) -> bool
fn eq(&self, other: &RangeBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.