| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static InsightResults.Builder |
InsightResults.builder() |
InsightResults.Builder |
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 |
InsightResults.Builder.insightArn(String insightArn)
The ARN of the insight whose results are returned by the
GetInsightResults operation. |
InsightResults.Builder |
InsightResults.Builder.resultValues(Collection<InsightResultValue> resultValues)
The list of insight result values returned by the
GetInsightResults operation. |
InsightResults.Builder |
InsightResults.Builder.resultValues(Consumer<InsightResultValue.Builder>... resultValues)
The list of insight result values returned by the
GetInsightResults operation. |
InsightResults.Builder |
InsightResults.Builder.resultValues(InsightResultValue... resultValues)
The list of insight result values returned by the
GetInsightResults operation. |
InsightResults.Builder |
InsightResults.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InsightResults.Builder> |
InsightResults.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetInsightResultsResponse.Builder |
GetInsightResultsResponse.Builder.insightResults(Consumer<InsightResults.Builder> insightResults)
The insight results returned by the operation.
|
Copyright © 2023. All rights reserved.