Interface GroupByValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GroupByValue.Builder,,GroupByValue> SdkBuilder<GroupByValue.Builder,,GroupByValue> SdkPojo
- Enclosing class:
GroupByValue
@Mutable
@NotThreadSafe
public static interface GroupByValue.Builder
extends SdkPojo, CopyableBuilder<GroupByValue.Builder,GroupByValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of findings for a specificFieldValueandGroupByField.fieldValue(String fieldValue) The value of the field by which findings are grouped.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fieldValue
The value of the field by which findings are grouped.
- Parameters:
fieldValue- The value of the field by which findings are grouped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
The number of findings for a specific
FieldValueandGroupByField.- Parameters:
count- The number of findings for a specificFieldValueandGroupByField.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-