public static interface UpdateInsightRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<UpdateInsightRequest.Builder,UpdateInsightRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateInsightRequest.Builder |
filters(AwsSecurityFindingFilters filters)
The updated filters that define this insight.
|
default UpdateInsightRequest.Builder |
filters(Consumer<AwsSecurityFindingFilters.Builder> filters)
The updated filters that define this insight.
|
UpdateInsightRequest.Builder |
groupByAttribute(String groupByAttribute)
The updated GroupBy attribute that defines this insight.
|
UpdateInsightRequest.Builder |
insightArn(String insightArn)
The ARN of the insight that you want to update.
|
UpdateInsightRequest.Builder |
name(String name)
The updated name for the insight.
|
UpdateInsightRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateInsightRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateInsightRequest.Builder insightArn(String insightArn)
The ARN of the insight that you want to update.
insightArn - The ARN of the insight that you want to update.UpdateInsightRequest.Builder name(String name)
The updated name for the insight.
name - The updated name for the insight.UpdateInsightRequest.Builder filters(AwsSecurityFindingFilters filters)
The updated filters that define this insight.
filters - The updated filters that define this insight.default UpdateInsightRequest.Builder filters(Consumer<AwsSecurityFindingFilters.Builder> filters)
The updated filters that define this insight.
This is a convenience that creates an instance of theAwsSecurityFindingFilters.Builder avoiding the
need to create one manually via AwsSecurityFindingFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to filters(AwsSecurityFindingFilters).filters - a consumer that will call methods on AwsSecurityFindingFilters.Builderfilters(AwsSecurityFindingFilters)UpdateInsightRequest.Builder groupByAttribute(String groupByAttribute)
The updated GroupBy attribute that defines this insight.
groupByAttribute - The updated GroupBy attribute that defines this insight.UpdateInsightRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateInsightRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.