public static interface GroupCount.Builder extends SdkPojo, CopyableBuilder<GroupCount.Builder,GroupCount>
| Modifier and Type | Method and Description |
|---|---|
GroupCount.Builder |
count(Long count)
The total number of findings in the group of query results.
|
GroupCount.Builder |
groupKey(String groupKey)
The name of the property that defines the group in the query results, as specified by the groupBy property in
the query request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroupCount.Builder count(Long count)
The total number of findings in the group of query results.
count - The total number of findings in the group of query results.GroupCount.Builder groupKey(String groupKey)
The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.
groupKey - The name of the property that defines the group in the query results, as specified by the groupBy
property in the query request.Copyright © 2022. All rights reserved.