public static interface CoverageDateFilter.Builder extends SdkPojo, CopyableBuilder<CoverageDateFilter.Builder,CoverageDateFilter>
| Modifier and Type | Method and Description |
|---|---|
CoverageDateFilter.Builder |
endInclusive(Instant endInclusive)
A timestamp representing the end of the time period to filter results by.
|
CoverageDateFilter.Builder |
startInclusive(Instant startInclusive)
A timestamp representing the start of the time period to filter results by.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoverageDateFilter.Builder endInclusive(Instant endInclusive)
A timestamp representing the end of the time period to filter results by.
endInclusive - A timestamp representing the end of the time period to filter results by.CoverageDateFilter.Builder startInclusive(Instant startInclusive)
A timestamp representing the start of the time period to filter results by.
startInclusive - A timestamp representing the start of the time period to filter results by.Copyright © 2023. All rights reserved.