public static interface UpdateFilterRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<UpdateFilterRequest.Builder,UpdateFilterRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFilterRequest.Builder |
action(FilterAction action)
Specifies the action that is to be applied to the findings that match the filter.
|
UpdateFilterRequest.Builder |
action(String action)
Specifies the action that is to be applied to the findings that match the filter.
|
UpdateFilterRequest.Builder |
description(String description)
A description of the filter.
|
UpdateFilterRequest.Builder |
filterArn(String filterArn)
The Amazon Resource Number (ARN) of the filter to update.
|
default UpdateFilterRequest.Builder |
filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria)
Defines the criteria to be update in the filter.
|
UpdateFilterRequest.Builder |
filterCriteria(FilterCriteria filterCriteria)
Defines the criteria to be update in the filter.
|
UpdateFilterRequest.Builder |
name(String name)
The name of the filter.
|
UpdateFilterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFilterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFilterRequest.Builder action(String action)
Specifies the action that is to be applied to the findings that match the filter.
action - Specifies the action that is to be applied to the findings that match the filter.FilterAction,
FilterActionUpdateFilterRequest.Builder action(FilterAction action)
Specifies the action that is to be applied to the findings that match the filter.
action - Specifies the action that is to be applied to the findings that match the filter.FilterAction,
FilterActionUpdateFilterRequest.Builder description(String description)
A description of the filter.
description - A description of the filter.UpdateFilterRequest.Builder filterArn(String filterArn)
The Amazon Resource Number (ARN) of the filter to update.
filterArn - The Amazon Resource Number (ARN) of the filter to update.UpdateFilterRequest.Builder filterCriteria(FilterCriteria filterCriteria)
Defines the criteria to be update in the filter.
filterCriteria - Defines the criteria to be update in the filter.default UpdateFilterRequest.Builder filterCriteria(Consumer<FilterCriteria.Builder> filterCriteria)
Defines the criteria to be update in the filter.
This is a convenience method that creates an instance of theFilterCriteria.Builder avoiding the need
to create one manually via FilterCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filterCriteria(FilterCriteria).filterCriteria - a consumer that will call methods on FilterCriteria.BuilderfilterCriteria(FilterCriteria)UpdateFilterRequest.Builder name(String name)
The name of the filter.
name - The name of the filter.UpdateFilterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFilterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.