Struct aws_sdk_macie2::input::create_sample_findings_input::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for CreateSampleFindingsInput
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn finding_types(self, input: FindingType) -> Self
pub fn finding_types(self, input: FindingType) -> Self
Appends an item to finding_types
.
To override the contents of this collection use set_finding_types
.
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
sourcepub fn set_finding_types(self, input: Option<Vec<FindingType>>) -> Self
pub fn set_finding_types(self, input: Option<Vec<FindingType>>) -> Self
An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request.
sourcepub fn build(self) -> Result<CreateSampleFindingsInput, BuildError>
pub fn build(self) -> Result<CreateSampleFindingsInput, BuildError>
Consumes the builder and constructs a CreateSampleFindingsInput
.
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