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 method that creates an instance of theGroupCount.Builder avoiding the need to create one
manually via GroupCount.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #countsByGroup(List.
countsByGroup - a consumer that will call methods on
GroupCount.Builder#countsByGroup(java.util.Collection) Copyright © 2022. All rights reserved.