Uses of Interface
software.amazon.awssdk.services.securityhub.model.InsightResults.Builder
-
Packages that use InsightResults.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of InsightResults.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return InsightResults.Builder Modifier and Type Method Description static InsightResults.BuilderInsightResults. builder()InsightResults.BuilderInsightResults.Builder. groupByAttribute(String groupByAttribute)The attribute that the findings are grouped by for the insight whose results are returned by theGetInsightResultsoperation.InsightResults.BuilderInsightResults.Builder. insightArn(String insightArn)The ARN of the insight whose results are returned by theGetInsightResultsoperation.InsightResults.BuilderInsightResults.Builder. resultValues(Collection<InsightResultValue> resultValues)The list of insight result values returned by theGetInsightResultsoperation.InsightResults.BuilderInsightResults.Builder. resultValues(Consumer<InsightResultValue.Builder>... resultValues)The list of insight result values returned by theGetInsightResultsoperation.InsightResults.BuilderInsightResults.Builder. resultValues(InsightResultValue... resultValues)The list of insight result values returned by theGetInsightResultsoperation.InsightResults.BuilderInsightResults. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type InsightResults.Builder Modifier and Type Method Description static Class<? extends InsightResults.Builder>InsightResults. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type InsightResults.Builder Modifier and Type Method Description default GetInsightResultsResponse.BuilderGetInsightResultsResponse.Builder. insightResults(Consumer<InsightResults.Builder> insightResults)The insight results returned by the operation.
-