public static interface UpdateFilterRequest.Builder extends GuardDutyRequest.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)
The description of the filter.
|
UpdateFilterRequest.Builder |
detectorId(String detectorId)
The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.
|
UpdateFilterRequest.Builder |
filterName(String filterName)
The name of the filter.
|
default UpdateFilterRequest.Builder |
findingCriteria(Consumer<FindingCriteria.Builder> findingCriteria)
Represents the criteria to be used in the filter for querying findings.
|
UpdateFilterRequest.Builder |
findingCriteria(FindingCriteria findingCriteria)
Represents the criteria to be used in the filter for querying findings.
|
UpdateFilterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFilterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFilterRequest.Builder |
rank(Integer rank)
Specifies the position of the filter in the list of current filters.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFilterRequest.Builder detectorId(String detectorId)
The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.
detectorId - The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.UpdateFilterRequest.Builder filterName(String filterName)
The name of the filter.
filterName - The name of the filter.UpdateFilterRequest.Builder description(String description)
The description of the filter. Valid special characters include period (.), underscore (_), dash (-), and whitespace. The new line character is considered to be an invalid input for description.
description - The description of the filter. Valid special characters include period (.), underscore (_), dash (-),
and whitespace. The new line character is considered to be an invalid input for description.UpdateFilterRequest.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 rank(Integer rank)
Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.
rank - Specifies the position of the filter in the list of current filters. Also specifies the order in which
this filter is applied to the findings.UpdateFilterRequest.Builder findingCriteria(FindingCriteria findingCriteria)
Represents the criteria to be used in the filter for querying findings.
findingCriteria - Represents the criteria to be used in the filter for querying findings.default UpdateFilterRequest.Builder findingCriteria(Consumer<FindingCriteria.Builder> findingCriteria)
Represents the criteria to be used in the filter for querying findings.
This is a convenience method that creates an instance of theFindingCriteria.Builder avoiding the
need to create one manually via FindingCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to findingCriteria(FindingCriteria).
findingCriteria - a consumer that will call methods on FindingCriteria.BuilderfindingCriteria(FindingCriteria)UpdateFilterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFilterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.