Interface FindingStatisticsSortCriteria.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FindingStatisticsSortCriteria.Builder,,- FindingStatisticsSortCriteria> - SdkBuilder<FindingStatisticsSortCriteria.Builder,,- FindingStatisticsSortCriteria> - SdkPojo
- Enclosing class:
- FindingStatisticsSortCriteria
- 
Method SummaryModifier and TypeMethodDescriptionattributeName(String attributeName) The grouping to sort the results by.attributeName(FindingStatisticsSortAttributeName attributeName) The grouping to sort the results by.The sort order to apply to the results, based on the value for the property specified by the attributeName property.The sort order to apply to the results, based on the value for the property specified by the attributeName property.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
attributeNameThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
attributeNameFindingStatisticsSortCriteria.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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
orderByThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
orderByThe 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-