public static final class CfnFilter.DateFilterProperty.Builder
extends java.lang.Object
CfnFilter.DateFilterProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFilter.DateFilterProperty |
build()
Builds the configured instance.
|
CfnFilter.DateFilterProperty.Builder |
endInclusive(java.lang.Number endInclusive)
Sets the value of
CfnFilter.DateFilterProperty.getEndInclusive() |
CfnFilter.DateFilterProperty.Builder |
startInclusive(java.lang.Number startInclusive)
Sets the value of
CfnFilter.DateFilterProperty.getStartInclusive() |
public CfnFilter.DateFilterProperty.Builder endInclusive(java.lang.Number endInclusive)
CfnFilter.DateFilterProperty.getEndInclusive()
endInclusive
- A timestamp representing the end of the time period filtered on.this
public CfnFilter.DateFilterProperty.Builder startInclusive(java.lang.Number startInclusive)
CfnFilter.DateFilterProperty.getStartInclusive()
startInclusive
- A timestamp representing the start of the time period filtered on.this
public CfnFilter.DateFilterProperty build()
CfnFilter.DateFilterProperty
java.lang.NullPointerException
- if any required attribute was not provided