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