pub struct Builder { /* private fields */ }
Expand description
A builder for ClassificationExportConfiguration
.
Implementations
sourceimpl 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
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more