pub struct Builder { /* private fields */ }
Expand description
A builder for ClassificationExportConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_destination(self, input: S3Destination) -> Self
pub fn s3_destination(self, input: S3Destination) -> Self
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
sourcepub fn set_s3_destination(self, input: Option<S3Destination>) -> Self
pub fn set_s3_destination(self, input: Option<S3Destination>) -> Self
The S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
sourcepub fn build(self) -> ClassificationExportConfiguration
pub fn build(self) -> ClassificationExportConfiguration
Consumes the builder and constructs a ClassificationExportConfiguration
.