public static interface CreateFindingsFilterRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<CreateFindingsFilterRequest.Builder,CreateFindingsFilterRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateFindingsFilterRequest.Builder |
action(FindingsFilterAction action)
The action to perform on findings that meet the filter criteria (findingCriteria).
|
CreateFindingsFilterRequest.Builder |
action(String action)
The action to perform on findings that meet the filter criteria (findingCriteria).
|
CreateFindingsFilterRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
CreateFindingsFilterRequest.Builder |
description(String description)
A custom description of the filter.
|
default CreateFindingsFilterRequest.Builder |
findingCriteria(Consumer<FindingCriteria.Builder> findingCriteria)
The criteria to use to filter findings.
|
CreateFindingsFilterRequest.Builder |
findingCriteria(FindingCriteria findingCriteria)
The criteria to use to filter findings.
|
CreateFindingsFilterRequest.Builder |
name(String name)
A custom name for the filter.
|
CreateFindingsFilterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFindingsFilterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFindingsFilterRequest.Builder |
position(Integer position)
The position of the filter in the list of saved filters on the Amazon Macie console.
|
CreateFindingsFilterRequest.Builder |
tags(Map<String,String> tags)
A map of key-value pairs that specifies the tags to associate with the filter.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateFindingsFilterRequest.Builder action(String action)
The action to perform on findings that meet the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
action - The action to perform on findings that meet the filter criteria (findingCriteria). Valid values are:
ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the
findings.FindingsFilterAction,
FindingsFilterActionCreateFindingsFilterRequest.Builder action(FindingsFilterAction action)
The action to perform on findings that meet the filter criteria (findingCriteria). Valid values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
action - The action to perform on findings that meet the filter criteria (findingCriteria). Valid values are:
ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the
findings.FindingsFilterAction,
FindingsFilterActionCreateFindingsFilterRequest.Builder clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive token that you provide to ensure the idempotency of the request.CreateFindingsFilterRequest.Builder description(String description)
A custom description of the filter. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see the filter's description, depending on the actions that they're allowed to perform in Amazon Macie.
description - A custom description of the filter. The description can contain as many as 512 characters.
We strongly recommend that you avoid including any sensitive data in the description of a filter. Other users of your account might be able to see the filter's description, depending on the actions that they're allowed to perform in Amazon Macie.
CreateFindingsFilterRequest.Builder findingCriteria(FindingCriteria findingCriteria)
The criteria to use to filter findings.
findingCriteria - The criteria to use to filter findings.default CreateFindingsFilterRequest.Builder findingCriteria(Consumer<FindingCriteria.Builder> findingCriteria)
The criteria to use to filter findings.
This is a convenience 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)CreateFindingsFilterRequest.Builder name(String name)
A custom name for the filter. The name must contain at least 3 characters and can contain as many as 64 characters.
We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see the filter's name, depending on the actions that they're allowed to perform in Amazon Macie.
name - A custom name for the filter. The name must contain at least 3 characters and can contain as many as
64 characters.
We strongly recommend that you avoid including any sensitive data in the name of a filter. Other users of your account might be able to see the filter's name, depending on the actions that they're allowed to perform in Amazon Macie.
CreateFindingsFilterRequest.Builder position(Integer position)
The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.
position - The position of the filter in the list of saved filters on the Amazon Macie console. This value also
determines the order in which the filter is applied to findings, relative to other filters that are
also applied to the findings.CreateFindingsFilterRequest.Builder tags(Map<String,String> tags)
A map of key-value pairs that specifies the tags to associate with the filter.
A findings filter can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
tags - A map of key-value pairs that specifies the tags to associate with the filter.
A findings filter can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
CreateFindingsFilterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateFindingsFilterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.