@Stability(value=Stable) public static final class CfnFilter.DateFilterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFilter.DateFilterProperty>
CfnFilter.DateFilterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFilter.DateFilterProperty |
build()
Builds the configured instance.
|
CfnFilter.DateFilterProperty.Builder |
endInclusive(Number endInclusive)
Sets the value of
CfnFilter.DateFilterProperty.getEndInclusive() |
CfnFilter.DateFilterProperty.Builder |
startInclusive(Number startInclusive)
Sets the value of
CfnFilter.DateFilterProperty.getStartInclusive() |
@Stability(value=Stable) public CfnFilter.DateFilterProperty.Builder endInclusive(Number endInclusive)
CfnFilter.DateFilterProperty.getEndInclusive()endInclusive - A timestamp representing the end of the time period filtered on.this@Stability(value=Stable) public CfnFilter.DateFilterProperty.Builder startInclusive(Number startInclusive)
CfnFilter.DateFilterProperty.getStartInclusive()startInclusive - A timestamp representing the start of the time period filtered on.this@Stability(value=Stable) public CfnFilter.DateFilterProperty build()
build in interface software.amazon.jsii.Builder<CfnFilter.DateFilterProperty>CfnFilter.DateFilterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.