@Stability(value=Stable) public static final class CfnFilter.NumberFilterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFilter.NumberFilterProperty>
CfnFilter.NumberFilterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFilter.NumberFilterProperty |
build()
Builds the configured instance.
|
CfnFilter.NumberFilterProperty.Builder |
lowerInclusive(Number lowerInclusive)
Sets the value of
CfnFilter.NumberFilterProperty.getLowerInclusive() |
CfnFilter.NumberFilterProperty.Builder |
upperInclusive(Number upperInclusive)
Sets the value of
CfnFilter.NumberFilterProperty.getUpperInclusive() |
@Stability(value=Stable) public CfnFilter.NumberFilterProperty.Builder lowerInclusive(Number lowerInclusive)
CfnFilter.NumberFilterProperty.getLowerInclusive()lowerInclusive - The lowest number to be included in the filter.this@Stability(value=Stable) public CfnFilter.NumberFilterProperty.Builder upperInclusive(Number upperInclusive)
CfnFilter.NumberFilterProperty.getUpperInclusive()upperInclusive - The highest number to be included in the filter.this@Stability(value=Stable) public CfnFilter.NumberFilterProperty build()
build in interface software.amazon.jsii.Builder<CfnFilter.NumberFilterProperty>CfnFilter.NumberFilterPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.