Struct aws_sdk_macie2::model::scoping::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Scoping
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn excludes(self, input: JobScopingBlock) -> Self
pub fn excludes(self, input: JobScopingBlock) -> Self
The property- and tag-based conditions that determine which objects to exclude from the analysis.
sourcepub fn set_excludes(self, input: Option<JobScopingBlock>) -> Self
pub fn set_excludes(self, input: Option<JobScopingBlock>) -> Self
The property- and tag-based conditions that determine which objects to exclude from the analysis.
sourcepub fn includes(self, input: JobScopingBlock) -> Self
pub fn includes(self, input: JobScopingBlock) -> Self
The property- and tag-based conditions that determine which objects to include in the analysis.
sourcepub fn set_includes(self, input: Option<JobScopingBlock>) -> Self
pub fn set_includes(self, input: Option<JobScopingBlock>) -> Self
The property- and tag-based conditions that determine which objects to include in the analysis.