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 Details

    • 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:
    • 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:
    • 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

      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: