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) |
UpdateInsightRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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)
overrideConfiguration in interface AwsRequest.BuilderUpdateInsightRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.