public static interface InsightResultValue.Builder extends SdkPojo, CopyableBuilder<InsightResultValue.Builder,InsightResultValue>
Modifier and Type | Method and Description |
---|---|
InsightResultValue.Builder |
count(Integer count)
The number of findings returned for each
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
GetInsightResults operation. |
equalsBySdkFields, sdkFields
copy
applyMutation, build
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
GetInsightResults
operation.
groupByAttributeValue
- The value of the attribute that the findings are grouped by for the insight whose results are returned
by the GetInsightResults
operation.InsightResultValue.Builder count(Integer count)
The number of findings returned for each GroupByAttributeValue
.
count
- The number of findings returned for each GroupByAttributeValue
.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.