@Stability(value=Stable) public static final class CfnFindingsFilterProps.Builder extends Object implements software.amazon.jsii.Builder<CfnFindingsFilterProps>
CfnFindingsFilterProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFindingsFilterProps.Builder |
action(String action)
Sets the value of
CfnFindingsFilterProps.getAction() |
CfnFindingsFilterProps |
build()
Builds the configured instance.
|
CfnFindingsFilterProps.Builder |
description(String description)
Sets the value of
CfnFindingsFilterProps.getDescription() |
CfnFindingsFilterProps.Builder |
findingCriteria(CfnFindingsFilter.FindingCriteriaProperty findingCriteria)
Sets the value of
CfnFindingsFilterProps.getFindingCriteria() |
CfnFindingsFilterProps.Builder |
findingCriteria(IResolvable findingCriteria)
Sets the value of
CfnFindingsFilterProps.getFindingCriteria() |
CfnFindingsFilterProps.Builder |
name(String name)
Sets the value of
CfnFindingsFilterProps.getName() |
CfnFindingsFilterProps.Builder |
position(Number position)
Sets the value of
CfnFindingsFilterProps.getPosition() |
@Stability(value=Stable) public CfnFindingsFilterProps.Builder findingCriteria(IResolvable findingCriteria)
CfnFindingsFilterProps.getFindingCriteria()findingCriteria - The criteria to use to filter findings. This parameter is required.this@Stability(value=Stable) public CfnFindingsFilterProps.Builder findingCriteria(CfnFindingsFilter.FindingCriteriaProperty findingCriteria)
CfnFindingsFilterProps.getFindingCriteria()findingCriteria - The criteria to use to filter findings. This parameter is required.this@Stability(value=Stable) public CfnFindingsFilterProps.Builder name(String name)
CfnFindingsFilterProps.getName()name - A custom name for the findings filter. The name can contain 3-64 characters. This parameter is required.
Avoid including sensitive data in the name. Users of the account might be able to see the name, depending on the actions that they're allowed to perform in Amazon Macie .this@Stability(value=Stable) public CfnFindingsFilterProps.Builder action(String action)
CfnFindingsFilterProps.getAction()action - The action to perform on findings that match the filter criteria ( `FindingCriteria` ). Valid values are:.
ARCHIVE - Suppress (automatically archive) the findings.NOOP - Don't perform any action on the findings.this@Stability(value=Stable) public CfnFindingsFilterProps.Builder description(String description)
CfnFindingsFilterProps.getDescription()description - A custom description of the findings filter. The description can contain 1-512 characters.
Avoid including sensitive data in the description. Users of the account might be able to see the description, depending on the actions that they're allowed to perform in Amazon Macie .this@Stability(value=Stable) public CfnFindingsFilterProps.Builder position(Number position)
CfnFindingsFilterProps.getPosition()position - The position of the findings 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 findings.this@Stability(value=Stable) public CfnFindingsFilterProps build()
build in interface software.amazon.jsii.Builder<CfnFindingsFilterProps>CfnFindingsFilterPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.