Struct aws_sdk_macie2::model::s3_classification_scope::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for S3ClassificationScope
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn excludes(self, input: S3ClassificationScopeExclusion) -> Self
pub fn excludes(self, input: S3ClassificationScopeExclusion) -> Self
The S3 buckets that are excluded.
sourcepub fn set_excludes(self, input: Option<S3ClassificationScopeExclusion>) -> Self
pub fn set_excludes(self, input: Option<S3ClassificationScopeExclusion>) -> Self
The S3 buckets that are excluded.
sourcepub fn build(self) -> S3ClassificationScope
pub fn build(self) -> S3ClassificationScope
Consumes the builder and constructs a S3ClassificationScope
.