@Stability(value=Stable) public static final class CfnAnalyzer.FilterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAnalyzer.FilterProperty>
CfnAnalyzer.FilterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAnalyzer.FilterProperty |
build()
Builds the configured instance.
|
CfnAnalyzer.FilterProperty.Builder |
contains(List<String> contains)
Sets the value of
CfnAnalyzer.FilterProperty.getContains() |
CfnAnalyzer.FilterProperty.Builder |
eq(List<String> eq)
Sets the value of
CfnAnalyzer.FilterProperty.getEq() |
CfnAnalyzer.FilterProperty.Builder |
exists(Boolean exists)
Sets the value of
CfnAnalyzer.FilterProperty.getExists() |
CfnAnalyzer.FilterProperty.Builder |
exists(IResolvable exists)
Sets the value of
CfnAnalyzer.FilterProperty.getExists() |
CfnAnalyzer.FilterProperty.Builder |
neq(List<String> neq)
Sets the value of
CfnAnalyzer.FilterProperty.getNeq() |
CfnAnalyzer.FilterProperty.Builder |
property(String property)
Sets the value of
CfnAnalyzer.FilterProperty.getProperty() |
@Stability(value=Stable) public CfnAnalyzer.FilterProperty.Builder property(String property)
CfnAnalyzer.FilterProperty.getProperty()property - `CfnAnalyzer.FilterProperty.Property`. This parameter is required.this@Stability(value=Stable) public CfnAnalyzer.FilterProperty.Builder contains(List<String> contains)
CfnAnalyzer.FilterProperty.getContains()contains - `CfnAnalyzer.FilterProperty.Contains`.this@Stability(value=Stable) public CfnAnalyzer.FilterProperty.Builder eq(List<String> eq)
CfnAnalyzer.FilterProperty.getEq()eq - `CfnAnalyzer.FilterProperty.Eq`.this@Stability(value=Stable) public CfnAnalyzer.FilterProperty.Builder exists(Boolean exists)
CfnAnalyzer.FilterProperty.getExists()exists - `CfnAnalyzer.FilterProperty.Exists`.this@Stability(value=Stable) public CfnAnalyzer.FilterProperty.Builder exists(IResolvable exists)
CfnAnalyzer.FilterProperty.getExists()exists - `CfnAnalyzer.FilterProperty.Exists`.this@Stability(value=Stable) public CfnAnalyzer.FilterProperty.Builder neq(List<String> neq)
CfnAnalyzer.FilterProperty.getNeq()neq - `CfnAnalyzer.FilterProperty.Neq`.this@Stability(value=Stable) public CfnAnalyzer.FilterProperty build()
build in interface software.amazon.jsii.Builder<CfnAnalyzer.FilterProperty>CfnAnalyzer.FilterPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.