pub struct Builder { /* private fields */ }
Expand description
A builder for S3ClassificationScopeUpdate
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn excludes(self, input: S3ClassificationScopeExclusionUpdate) -> Self
pub fn excludes(self, input: S3ClassificationScopeExclusionUpdate) -> Self
The names of the S3 buckets to add or remove from the list.
sourcepub fn set_excludes(
self,
input: Option<S3ClassificationScopeExclusionUpdate>
) -> Self
pub fn set_excludes(
self,
input: Option<S3ClassificationScopeExclusionUpdate>
) -> Self
The names of the S3 buckets to add or remove from the list.
sourcepub fn build(self) -> S3ClassificationScopeUpdate
pub fn build(self) -> S3ClassificationScopeUpdate
Consumes the builder and constructs a S3ClassificationScopeUpdate
.