Interface FindingStatisticsSortCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FindingStatisticsSortCriteria.Builder,FindingStatisticsSortCriteria>,SdkBuilder<FindingStatisticsSortCriteria.Builder,FindingStatisticsSortCriteria>,SdkPojo
- Enclosing class:
- FindingStatisticsSortCriteria
public static interface FindingStatisticsSortCriteria.Builder extends SdkPojo, CopyableBuilder<FindingStatisticsSortCriteria.Builder,FindingStatisticsSortCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindingStatisticsSortCriteria.BuilderattributeName(String attributeName)The grouping to sort the results by.FindingStatisticsSortCriteria.BuilderattributeName(FindingStatisticsSortAttributeName attributeName)The grouping to sort the results by.FindingStatisticsSortCriteria.BuilderorderBy(String orderBy)The sort order to apply to the results, based on the value for the property specified by the attributeName property.FindingStatisticsSortCriteria.BuilderorderBy(OrderBy orderBy)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.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
attributeName
FindingStatisticsSortCriteria.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.
- 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:
FindingStatisticsSortAttributeName,FindingStatisticsSortAttributeName
-
attributeName
FindingStatisticsSortCriteria.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:
FindingStatisticsSortAttributeName,FindingStatisticsSortAttributeName
-
orderBy
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. 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:
OrderBy,OrderBy
-
orderBy
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. 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:
OrderBy,OrderBy
-
-