@Stability(value=Stable)
public static interface CfnFilter.DateFilterProperty
extends software.amazon.jsii.JsiiSerializable
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 Number |
getEndInclusive()
A timestamp representing the end of the time period filtered on.
|
default Number |
getStartInclusive()
A timestamp representing the start of the time period filtered on.
|
@Stability(value=Stable) @Nullable default Number getEndInclusive()
@Stability(value=Stable) @Nullable default Number getStartInclusive()
@Stability(value=Stable) static CfnFilter.DateFilterProperty.Builder builder()
Copyright © 2022. All rights reserved.