public static interface CfnFilter.DateFilterProperty
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.*; DateFilterProperty dateFilterProperty = DateFilterProperty.builder() .endInclusive(123) .startInclusive(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFilter.DateFilterProperty.Builder
A builder for
CfnFilter.DateFilterProperty |
static class |
CfnFilter.DateFilterProperty.Jsii$Proxy
An implementation for
CfnFilter.DateFilterProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFilter.DateFilterProperty.Builder |
builder() |
default java.lang.Number |
getEndInclusive()
A timestamp representing the end of the time period filtered on.
|
default java.lang.Number |
getStartInclusive()
A timestamp representing the start of the time period filtered on.
|
default java.lang.Number getEndInclusive()
default java.lang.Number getStartInclusive()
static CfnFilter.DateFilterProperty.Builder builder()