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 by which the findings are grouped for the insight's whose results are returned by
the GetInsightResults operation.
|
copy
applyMutation, build
InsightResultValue.Builder groupByAttributeValue(String groupByAttributeValue)
The value of the attribute by which the findings are grouped for the insight's whose results are returned by the GetInsightResults operation.
groupByAttributeValue
- The value of the attribute by which the findings are grouped for the insight's 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.