public static interface FindingStatisticsSortCriteria.Builder extends SdkPojo, CopyableBuilder<FindingStatisticsSortCriteria.Builder,FindingStatisticsSortCriteria>
| Modifier and Type | Method and Description |
|---|---|
FindingStatisticsSortCriteria.Builder |
attributeName(FindingStatisticsSortAttributeName attributeName)
The grouping to sort the results by.
|
FindingStatisticsSortCriteria.Builder |
attributeName(String attributeName)
The grouping to sort the results by.
|
FindingStatisticsSortCriteria.Builder |
orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
FindingStatisticsSortCriteria.Builder |
orderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFindingStatisticsSortCriteria.Builder attributeName(String attributeName)
The grouping to sort the results by. Valid values are: count, sort the results by the number of findings in each group of results; and, groupKey, sort the results by the name of each group of results.
attributeName - The grouping to sort the results by. Valid values are: count, sort the results by the number of
findings in each group of results; and, groupKey, sort the results by the name of each group of
results.FindingStatisticsSortAttributeName,
FindingStatisticsSortAttributeNameFindingStatisticsSortCriteria.Builder attributeName(FindingStatisticsSortAttributeName attributeName)
The grouping to sort the results by. Valid values are: count, sort the results by the number of findings in each group of results; and, groupKey, sort the results by the name of each group of results.
attributeName - The grouping to sort the results by. Valid values are: count, sort the results by the number of
findings in each group of results; and, groupKey, sort the results by the name of each group of
results.FindingStatisticsSortAttributeName,
FindingStatisticsSortAttributeNameFindingStatisticsSortCriteria.Builder orderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
orderBy - The sort order to apply to the results, based on the value for the property specified by the
attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort
the results in descending order.OrderBy,
OrderByFindingStatisticsSortCriteria.Builder orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
orderBy - The sort order to apply to the results, based on the value for the property specified by the
attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort
the results in descending order.OrderBy,
OrderByCopyright © 2023. All rights reserved.