public static interface CfnFilter.NumberFilterProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.inspectorv2.*; NumberFilterProperty numberFilterProperty = NumberFilterProperty.builder() .lowerInclusive(123) .upperInclusive(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFilter.NumberFilterProperty.Builder
A builder for
CfnFilter.NumberFilterProperty |
static class |
CfnFilter.NumberFilterProperty.Jsii$Proxy
An implementation for
CfnFilter.NumberFilterProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFilter.NumberFilterProperty.Builder |
builder() |
default java.lang.Number |
getLowerInclusive()
The lowest number to be included in the filter.
|
default java.lang.Number |
getUpperInclusive()
The highest number to be included in the filter.
|
default java.lang.Number getLowerInclusive()
default java.lang.Number getUpperInclusive()
static CfnFilter.NumberFilterProperty.Builder builder()