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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupCount.Buildercount(Long count)The total number of findings in the group of query results.GroupCount.BuildergroupKey(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.-
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
-
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.
-
-