Interface GroupCount.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GroupCount.Builder,GroupCount>, SdkBuilder<GroupCount.Builder,GroupCount>, SdkPojo
Enclosing class:
GroupCount

public static interface GroupCount.Builder extends SdkPojo, CopyableBuilder<GroupCount.Builder,GroupCount>
  • Method Details

    • count

      GroupCount.Builder count(Long count)

      The total number of findings in the group of query results.

      Parameters:
      count - The total number of findings in the group of query results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupKey

      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.

      Parameters:
      groupKey - The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.