public static interface GetFindingsFilterResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetFindingsFilterResponse.Builder,GetFindingsFilterResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFindingsFilterResponse.Builder |
action(FindingsFilterAction action)
The action that's performed on findings that meet the filter criteria (findingCriteria).
|
GetFindingsFilterResponse.Builder |
action(String action)
The action that's performed on findings that meet the filter criteria (findingCriteria).
|
GetFindingsFilterResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the filter.
|
GetFindingsFilterResponse.Builder |
description(String description)
The custom description of the filter.
|
default GetFindingsFilterResponse.Builder |
findingCriteria(Consumer<FindingCriteria.Builder> findingCriteria)
The criteria that's used to filter findings.
|
GetFindingsFilterResponse.Builder |
findingCriteria(FindingCriteria findingCriteria)
The criteria that's used to filter findings.
|
GetFindingsFilterResponse.Builder |
id(String id)
The unique identifier for the filter.
|
GetFindingsFilterResponse.Builder |
name(String name)
The custom name of the filter.
|
GetFindingsFilterResponse.Builder |
position(Integer position)
The position of the filter in the list of saved filters on the Amazon Macie console.
|
GetFindingsFilterResponse.Builder |
tags(Map<String,String> tags)
A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFindingsFilterResponse.Builder action(String action)
The action that's performed on findings that meet the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
action - The action that's performed on findings that meet the filter criteria (findingCriteria). Possible
values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any
action on the findings.FindingsFilterAction,
FindingsFilterActionGetFindingsFilterResponse.Builder action(FindingsFilterAction action)
The action that's performed on findings that meet the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
action - The action that's performed on findings that meet the filter criteria (findingCriteria). Possible
values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any
action on the findings.FindingsFilterAction,
FindingsFilterActionGetFindingsFilterResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the filter.
arn - The Amazon Resource Name (ARN) of the filter.GetFindingsFilterResponse.Builder description(String description)
The custom description of the filter.
description - The custom description of the filter.GetFindingsFilterResponse.Builder findingCriteria(FindingCriteria findingCriteria)
The criteria that's used to filter findings.
findingCriteria - The criteria that's used to filter findings.default GetFindingsFilterResponse.Builder findingCriteria(Consumer<FindingCriteria.Builder> findingCriteria)
The criteria that's used to filter 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)GetFindingsFilterResponse.Builder id(String id)
The unique identifier for the filter.
id - The unique identifier for the filter.GetFindingsFilterResponse.Builder name(String name)
The custom name of the filter.
name - The custom name of the filter.GetFindingsFilterResponse.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.GetFindingsFilterResponse.Builder tags(Map<String,String> tags)
A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.
tags - A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.Copyright © 2022. All rights reserved.