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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InsightResultValue.Buildercount(Integer count)The number of findings returned for eachGroupByAttributeValue.InsightResultValue.BuildergroupByAttributeValue(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
groupByAttributeValue
InsightResultValue.Builder groupByAttributeValue(String 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
InsightResultValue.Builder count(Integer 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.
-
-