Struct aws_sdk_macie2::types::builders::GroupCountBuilder
source · #[non_exhaustive]pub struct GroupCountBuilder { /* private fields */ }
Expand description
A builder for GroupCount
.
Implementations§
source§impl GroupCountBuilder
impl GroupCountBuilder
sourcepub fn count(self, input: i64) -> Self
pub fn count(self, input: i64) -> Self
The total number of findings in the group of query results.
sourcepub fn set_count(self, input: Option<i64>) -> Self
pub fn set_count(self, input: Option<i64>) -> Self
The total number of findings in the group of query results.
sourcepub fn group_key(self, input: impl Into<String>) -> Self
pub fn group_key(self, input: impl Into<String>) -> Self
The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.
sourcepub fn set_group_key(self, input: Option<String>) -> Self
pub fn set_group_key(self, input: Option<String>) -> Self
The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.
sourcepub fn build(self) -> GroupCount
pub fn build(self) -> GroupCount
Consumes the builder and constructs a GroupCount
.
Trait Implementations§
source§impl Clone for GroupCountBuilder
impl Clone for GroupCountBuilder
source§fn clone(&self) -> GroupCountBuilder
fn clone(&self) -> GroupCountBuilder
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 Debug for GroupCountBuilder
impl Debug for GroupCountBuilder
source§impl Default for GroupCountBuilder
impl Default for GroupCountBuilder
source§fn default() -> GroupCountBuilder
fn default() -> GroupCountBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GroupCountBuilder> for GroupCountBuilder
impl PartialEq<GroupCountBuilder> for GroupCountBuilder
source§fn eq(&self, other: &GroupCountBuilder) -> bool
fn eq(&self, other: &GroupCountBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.