Struct aws_sdk_macie2::input::get_findings_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetFindingsInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn finding_ids(self, input: impl Into<String>) -> Self
pub fn finding_ids(self, input: impl Into<String>) -> Self
Appends an item to finding_ids
.
To override the contents of this collection use set_finding_ids
.
An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.
sourcepub fn set_finding_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_finding_ids(self, input: Option<Vec<String>>) -> Self
An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.
sourcepub fn sort_criteria(self, input: SortCriteria) -> Self
pub fn sort_criteria(self, input: SortCriteria) -> Self
The criteria for sorting the results of the request.
sourcepub fn set_sort_criteria(self, input: Option<SortCriteria>) -> Self
pub fn set_sort_criteria(self, input: Option<SortCriteria>) -> Self
The criteria for sorting the results of the request.
sourcepub fn build(self) -> Result<GetFindingsInput, BuildError>
pub fn build(self) -> Result<GetFindingsInput, BuildError>
Consumes the builder and constructs a GetFindingsInput
.