Struct aws_sdk_macie2::types::builders::JobScopingBlockBuilder
source · #[non_exhaustive]pub struct JobScopingBlockBuilder { /* private fields */ }
Expand description
A builder for JobScopingBlock
.
Implementations§
source§impl JobScopingBlockBuilder
impl JobScopingBlockBuilder
sourcepub fn and(self, input: JobScopeTerm) -> Self
pub fn and(self, input: JobScopeTerm) -> Self
Appends an item to and
.
To override the contents of this collection use set_and
.
An array of conditions, one for each property- or tag-based condition that determines which objects to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.
sourcepub fn set_and(self, input: Option<Vec<JobScopeTerm>>) -> Self
pub fn set_and(self, input: Option<Vec<JobScopeTerm>>) -> Self
An array of conditions, one for each property- or tag-based condition that determines which objects to include or exclude from the job. If you specify more than one condition, Amazon Macie uses AND logic to join the conditions.
sourcepub fn build(self) -> JobScopingBlock
pub fn build(self) -> JobScopingBlock
Consumes the builder and constructs a JobScopingBlock
.
Trait Implementations§
source§impl Clone for JobScopingBlockBuilder
impl Clone for JobScopingBlockBuilder
source§fn clone(&self) -> JobScopingBlockBuilder
fn clone(&self) -> JobScopingBlockBuilder
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 JobScopingBlockBuilder
impl Debug for JobScopingBlockBuilder
source§impl Default for JobScopingBlockBuilder
impl Default for JobScopingBlockBuilder
source§fn default() -> JobScopingBlockBuilder
fn default() -> JobScopingBlockBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<JobScopingBlockBuilder> for JobScopingBlockBuilder
impl PartialEq<JobScopingBlockBuilder> for JobScopingBlockBuilder
source§fn eq(&self, other: &JobScopingBlockBuilder) -> bool
fn eq(&self, other: &JobScopingBlockBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.