pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateClassificationScopeInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The unique identifier for the Amazon Macie resource that the request applies to.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The unique identifier for the Amazon Macie resource that the request applies to.
sourcepub fn s3(self, input: S3ClassificationScopeUpdate) -> Self
pub fn s3(self, input: S3ClassificationScopeUpdate) -> Self
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
sourcepub fn set_s3(self, input: Option<S3ClassificationScopeUpdate>) -> Self
pub fn set_s3(self, input: Option<S3ClassificationScopeUpdate>) -> Self
The S3 buckets to add or remove from the exclusion list defined by the classification scope.
sourcepub fn build(self) -> Result<UpdateClassificationScopeInput, BuildError>
pub fn build(self) -> Result<UpdateClassificationScopeInput, BuildError>
Consumes the builder and constructs a UpdateClassificationScopeInput
.