Interface InsightResultValue.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InsightResultValue.Builder,,InsightResultValue> SdkBuilder<InsightResultValue.Builder,,InsightResultValue> SdkPojo
- Enclosing class:
 InsightResultValue
public static interface InsightResultValue.Builder
extends SdkPojo, CopyableBuilder<InsightResultValue.Builder,InsightResultValue> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe number of findings returned for eachGroupByAttributeValue.groupByAttributeValue(String groupByAttributeValue) The value of the attribute that the findings are grouped by for the insight whose results are returned by theGetInsightResultsoperation.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, sdkFields 
- 
Method Details
- 
groupByAttributeValue
The value of the attribute that the findings are grouped by for the insight whose results are returned by the
GetInsightResultsoperation.- Parameters:
 groupByAttributeValue- The value of the attribute that the findings are grouped by for the insight whose results are returned by theGetInsightResultsoperation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
count
The number of findings returned for each
GroupByAttributeValue.- Parameters:
 count- The number of findings returned for eachGroupByAttributeValue.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -