pub struct Builder { /* private fields */ }
Expand description
A builder for GetClassificationScopeOutput
.
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 classification scope.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The unique identifier for the classification scope.
sourcepub fn s3(self, input: S3ClassificationScope) -> Self
pub fn s3(self, input: S3ClassificationScope) -> Self
The S3 buckets that are excluded from automated sensitive data discovery.
sourcepub fn set_s3(self, input: Option<S3ClassificationScope>) -> Self
pub fn set_s3(self, input: Option<S3ClassificationScope>) -> Self
The S3 buckets that are excluded from automated sensitive data discovery.
sourcepub fn build(self) -> GetClassificationScopeOutput
pub fn build(self) -> GetClassificationScopeOutput
Consumes the builder and constructs a GetClassificationScopeOutput
.