public static interface InsightResults.Builder extends SdkPojo, CopyableBuilder<InsightResults.Builder,InsightResults>
Modifier and Type | Method and Description |
---|---|
InsightResults.Builder |
groupByAttribute(String groupByAttribute)
The attribute by which the findings are grouped for the insight's whose results are returned by the
GetInsightResults operation.
|
InsightResults.Builder |
insightArn(String insightArn)
The ARN of the insight whose results are returned by the GetInsightResults operation.
|
InsightResults.Builder |
resultValues(Collection<InsightResultValue> resultValues)
The list of insight result values returned by the GetInsightResults operation.
|
InsightResults.Builder |
resultValues(Consumer<InsightResultValue.Builder>... resultValues)
The list of insight result values returned by the GetInsightResults operation.
|
InsightResults.Builder |
resultValues(InsightResultValue... resultValues)
The list of insight result values returned by the GetInsightResults operation.
|
copy
applyMutation, build
InsightResults.Builder insightArn(String insightArn)
The ARN of the insight whose results are returned by the GetInsightResults operation.
insightArn
- The ARN of the insight whose results are returned by the GetInsightResults operation.InsightResults.Builder groupByAttribute(String groupByAttribute)
The attribute by which the findings are grouped for the insight's whose results are returned by the GetInsightResults operation.
groupByAttribute
- The attribute by which the findings are grouped for the insight's whose results are returned by the
GetInsightResults operation.InsightResults.Builder resultValues(Collection<InsightResultValue> resultValues)
The list of insight result values returned by the GetInsightResults operation.
resultValues
- The list of insight result values returned by the GetInsightResults operation.InsightResults.Builder resultValues(InsightResultValue... resultValues)
The list of insight result values returned by the GetInsightResults operation.
resultValues
- The list of insight result values returned by the GetInsightResults operation.InsightResults.Builder resultValues(Consumer<InsightResultValue.Builder>... resultValues)
The list of insight result values returned by the GetInsightResults operation.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #resultValues(List)
.resultValues
- a consumer that will call methods on List.Builder
#resultValues(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.