public static interface FindingsFilterListItem.Builder extends SdkPojo, CopyableBuilder<FindingsFilterListItem.Builder,FindingsFilterListItem>
| Modifier and Type | Method and Description |
|---|---|
FindingsFilterListItem.Builder |
action(FindingsFilterAction action)
The action that's performed on findings that meet the filter criteria.
|
FindingsFilterListItem.Builder |
action(String action)
The action that's performed on findings that meet the filter criteria.
|
FindingsFilterListItem.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the filter.
|
FindingsFilterListItem.Builder |
id(String id)
The unique identifier for the filter.
|
FindingsFilterListItem.Builder |
name(String name)
The custom name of the filter.
|
FindingsFilterListItem.Builder |
tags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFindingsFilterListItem.Builder action(String action)
The action that's performed on findings that meet the filter criteria. 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. Possible values are: ARCHIVE,
suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.FindingsFilterAction,
FindingsFilterActionFindingsFilterListItem.Builder action(FindingsFilterAction action)
The action that's performed on findings that meet the filter criteria. 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. Possible values are: ARCHIVE,
suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.FindingsFilterAction,
FindingsFilterActionFindingsFilterListItem.Builder arn(String arn)
The Amazon Resource Name (ARN) of the filter.
arn - The Amazon Resource Name (ARN) of the filter.FindingsFilterListItem.Builder id(String id)
The unique identifier for the filter.
id - The unique identifier for the filter.FindingsFilterListItem.Builder name(String name)
The custom name of the filter.
name - The custom name of the filter.FindingsFilterListItem.Builder tags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the filter.
tags - A map of key-value pairs that identifies the tags (keys and values) that are associated with the
filter.Copyright © 2021. All rights reserved.