Interface FindingsFilterListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FindingsFilterListItem.Builder,FindingsFilterListItem>,SdkBuilder<FindingsFilterListItem.Builder,FindingsFilterListItem>,SdkPojo
- Enclosing class:
- FindingsFilterListItem
public static interface FindingsFilterListItem.Builder extends SdkPojo, CopyableBuilder<FindingsFilterListItem.Builder,FindingsFilterListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindingsFilterListItem.Builderaction(String action)The action that's performed on findings that match the filter criteria.FindingsFilterListItem.Builderaction(FindingsFilterAction action)The action that's performed on findings that match the filter criteria.FindingsFilterListItem.Builderarn(String arn)The Amazon Resource Name (ARN) of the filter.FindingsFilterListItem.Builderid(String id)The unique identifier for the filter.FindingsFilterListItem.Buildername(String name)The custom name of the filter.FindingsFilterListItem.Buildertags(Map<String,String> tags)A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
action
FindingsFilterListItem.Builder action(String action)
The action that's performed on findings that match the filter criteria. Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
- Parameters:
action- The action that's performed on findings that match the filter criteria. Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingsFilterAction,FindingsFilterAction
-
action
FindingsFilterListItem.Builder action(FindingsFilterAction action)
The action that's performed on findings that match the filter criteria. Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.
- Parameters:
action- The action that's performed on findings that match the filter criteria. Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingsFilterAction,FindingsFilterAction
-
arn
FindingsFilterListItem.Builder arn(String arn)
The Amazon Resource Name (ARN) of the filter.
- Parameters:
arn- The Amazon Resource Name (ARN) of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
FindingsFilterListItem.Builder id(String id)
The unique identifier for the filter.
- Parameters:
id- The unique identifier for the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
FindingsFilterListItem.Builder name(String name)
The custom name of the filter.
- Parameters:
name- The custom name of the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
FindingsFilterListItem.Builder tags(Map<String,String> tags)
A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.
- Parameters:
tags- A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-