@Stability(value=Stable) public static final class CfnFilter.MapFilterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFilter.MapFilterProperty>
CfnFilter.MapFilterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFilter.MapFilterProperty |
build()
Builds the configured instance.
|
CfnFilter.MapFilterProperty.Builder |
comparison(String comparison)
Sets the value of
CfnFilter.MapFilterProperty.getComparison() |
CfnFilter.MapFilterProperty.Builder |
key(String key)
Sets the value of
CfnFilter.MapFilterProperty.getKey() |
CfnFilter.MapFilterProperty.Builder |
value(String value)
Sets the value of
CfnFilter.MapFilterProperty.getValue() |
@Stability(value=Stable) public CfnFilter.MapFilterProperty.Builder comparison(String comparison)
CfnFilter.MapFilterProperty.getComparison()comparison - The operator to use when comparing values in the filter. This parameter is required.this@Stability(value=Stable) public CfnFilter.MapFilterProperty.Builder key(String key)
CfnFilter.MapFilterProperty.getKey()key - The tag key used in the filter.this@Stability(value=Stable) public CfnFilter.MapFilterProperty.Builder value(String value)
CfnFilter.MapFilterProperty.getValue()value - The tag value used in the filter.this@Stability(value=Stable) public CfnFilter.MapFilterProperty build()
build in interface software.amazon.jsii.Builder<CfnFilter.MapFilterProperty>CfnFilter.MapFilterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.