@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(CfnFindingsFilter.FindingCriteriaProperty findingCriteria)
CfnFindingsFilterProps.getFindingCriteria()findingCriteria - The criteria to use to filter findings. This parameter is required.this@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 name(String name)
CfnFindingsFilterProps.getName()name - A custom name for the filter. This parameter is required.
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 might be able to see the filter's 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 meet the filter criteria ( `FindingCriteria` ). Valid values are:.
this@Stability(value=Stable) public CfnFindingsFilterProps.Builder description(String description)
CfnFindingsFilterProps.getDescription()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 might be able to see the filter's 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 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.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.