Struct aws_sdk_macie2::input::create_sample_findings_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateSampleFindingsInput
.
Implementations§
source§impl 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
.