@Stability(value=Stable) public static final class CfnFilterProps.Builder extends Object implements software.amazon.jsii.Builder<CfnFilterProps>
CfnFilterProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFilterProps |
build()
Builds the configured instance.
|
CfnFilterProps.Builder |
description(String description)
Sets the value of
CfnFilterProps.getDescription() |
CfnFilterProps.Builder |
filterAction(String filterAction)
Sets the value of
CfnFilterProps.getFilterAction() |
CfnFilterProps.Builder |
filterCriteria(CfnFilter.FilterCriteriaProperty filterCriteria)
Sets the value of
CfnFilterProps.getFilterCriteria() |
CfnFilterProps.Builder |
filterCriteria(IResolvable filterCriteria)
Sets the value of
CfnFilterProps.getFilterCriteria() |
CfnFilterProps.Builder |
name(String name)
Sets the value of
CfnFilterProps.getName() |
@Stability(value=Stable) public CfnFilterProps.Builder filterAction(String filterAction)
CfnFilterProps.getFilterAction()filterAction - The action that is to be applied to the findings that match the filter. This parameter is required.this@Stability(value=Stable) public CfnFilterProps.Builder filterCriteria(CfnFilter.FilterCriteriaProperty filterCriteria)
CfnFilterProps.getFilterCriteria()filterCriteria - Details on the filter criteria associated with this filter. This parameter is required.this@Stability(value=Stable) public CfnFilterProps.Builder filterCriteria(IResolvable filterCriteria)
CfnFilterProps.getFilterCriteria()filterCriteria - Details on the filter criteria associated with this filter. This parameter is required.this@Stability(value=Stable) public CfnFilterProps.Builder name(String name)
CfnFilterProps.getName()name - The name of the filter. This parameter is required.this@Stability(value=Stable) public CfnFilterProps.Builder description(String description)
CfnFilterProps.getDescription()description - A description of the filter.this@Stability(value=Stable) public CfnFilterProps build()
build in interface software.amazon.jsii.Builder<CfnFilterProps>CfnFilterPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.