Struct aws_sdk_macie2::model::matching_resource::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for MatchingResource
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn matching_bucket(self, input: MatchingBucket) -> Self
pub fn matching_bucket(self, input: MatchingBucket) -> Self
The details of an S3 bucket that Amazon Macie monitors and analyzes.
sourcepub fn set_matching_bucket(self, input: Option<MatchingBucket>) -> Self
pub fn set_matching_bucket(self, input: Option<MatchingBucket>) -> Self
The details of an S3 bucket that Amazon Macie monitors and analyzes.
sourcepub fn build(self) -> MatchingResource
pub fn build(self) -> MatchingResource
Consumes the builder and constructs a MatchingResource
.