pub struct Builder { /* private fields */ }
Expand description
A builder for S3ClassificationScopeExclusion
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn bucket_names(self, input: impl Into<String>) -> Self
pub fn bucket_names(self, input: impl Into<String>) -> Self
Appends an item to bucket_names
.
To override the contents of this collection use set_bucket_names
.
An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.
sourcepub fn set_bucket_names(self, input: Option<Vec<String>>) -> Self
pub fn set_bucket_names(self, input: Option<Vec<String>>) -> Self
An array of strings, one for each S3 bucket that is excluded. Each string is the full name of an excluded bucket.
sourcepub fn build(self) -> S3ClassificationScopeExclusion
pub fn build(self) -> S3ClassificationScopeExclusion
Consumes the builder and constructs a S3ClassificationScopeExclusion
.