public static interface GetFindingStatisticsResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetFindingStatisticsResponse.Builder,GetFindingStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFindingStatisticsResponse.Builder |
countsByGroup(Collection<GroupCount> countsByGroup)
An array of objects, one for each group of findings that meet the filter criteria specified in the request.
|
GetFindingStatisticsResponse.Builder |
countsByGroup(Consumer<GroupCount.Builder>... countsByGroup)
An array of objects, one for each group of findings that meet the filter criteria specified in the request.
|
GetFindingStatisticsResponse.Builder |
countsByGroup(GroupCount... countsByGroup)
An array of objects, one for each group of findings that meet the filter criteria specified in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFindingStatisticsResponse.Builder countsByGroup(Collection<GroupCount> countsByGroup)
An array of objects, one for each group of findings that meet the filter criteria specified in the request.
countsByGroup - An array of objects, one for each group of findings that meet the filter criteria specified in the
request.GetFindingStatisticsResponse.Builder countsByGroup(GroupCount... countsByGroup)
An array of objects, one for each group of findings that meet the filter criteria specified in the request.
countsByGroup - An array of objects, one for each group of findings that meet the filter criteria specified in the
request.GetFindingStatisticsResponse.Builder countsByGroup(Consumer<GroupCount.Builder>... countsByGroup)
An array of objects, one for each group of findings that meet the filter criteria specified in the request.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #countsByGroup(List) .countsByGroup - a consumer that will call methods on List.Builder #countsByGroup(List) Copyright © 2020. All rights reserved.