Struct aws_sdk_macie2::operation::create_sample_findings::builders::CreateSampleFindingsInputBuilder
source · #[non_exhaustive]pub struct CreateSampleFindingsInputBuilder { /* private fields */ }Expand description
A builder for CreateSampleFindingsInput.
Implementations§
source§impl CreateSampleFindingsInputBuilder
impl CreateSampleFindingsInputBuilder
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§
source§impl Clone for CreateSampleFindingsInputBuilder
impl Clone for CreateSampleFindingsInputBuilder
source§fn clone(&self) -> CreateSampleFindingsInputBuilder
fn clone(&self) -> CreateSampleFindingsInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for CreateSampleFindingsInputBuilder
impl Default for CreateSampleFindingsInputBuilder
source§fn default() -> CreateSampleFindingsInputBuilder
fn default() -> CreateSampleFindingsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateSampleFindingsInputBuilder> for CreateSampleFindingsInputBuilder
impl PartialEq<CreateSampleFindingsInputBuilder> for CreateSampleFindingsInputBuilder
source§fn eq(&self, other: &CreateSampleFindingsInputBuilder) -> bool
fn eq(&self, other: &CreateSampleFindingsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateSampleFindingsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateSampleFindingsInputBuilder
impl Send for CreateSampleFindingsInputBuilder
impl Sync for CreateSampleFindingsInputBuilder
impl Unpin for CreateSampleFindingsInputBuilder
impl UnwindSafe for CreateSampleFindingsInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more