public static interface InsightResults.Builder extends SdkPojo, CopyableBuilder<InsightResults.Builder,InsightResults>
| Modifier and Type | Method and Description |
|---|---|
InsightResults.Builder |
groupByAttribute(String groupByAttribute)
The attribute that the findings are grouped by for the insight 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. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInsightResults.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 that the findings are grouped by for the insight whose results are returned by the
GetInsightResults operation.
groupByAttribute - The attribute that the findings are grouped by for 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.
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.
InsightResultValue.Builder avoiding the need to
create one manually via
InsightResultValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #resultValues(List.
resultValues - a consumer that will call methods on
InsightResultValue.Builder#resultValues(java.util.Collection) Copyright © 2023. All rights reserved.