Interface CoverageDateFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CoverageDateFilter.Builder,CoverageDateFilter>,SdkBuilder<CoverageDateFilter.Builder,CoverageDateFilter>,SdkPojo
- Enclosing class:
- CoverageDateFilter
public static interface CoverageDateFilter.Builder extends SdkPojo, CopyableBuilder<CoverageDateFilter.Builder,CoverageDateFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoverageDateFilter.BuilderendInclusive(Instant endInclusive)A timestamp representing the end of the time period to filter results by.CoverageDateFilter.BuilderstartInclusive(Instant startInclusive)A timestamp representing the start of the time period to filter results by.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
endInclusive
CoverageDateFilter.Builder endInclusive(Instant endInclusive)
A timestamp representing the end of the time period to filter results by.
- Parameters:
endInclusive- A timestamp representing the end of the time period to filter results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startInclusive
CoverageDateFilter.Builder startInclusive(Instant startInclusive)
A timestamp representing the start of the time period to filter results by.
- Parameters:
startInclusive- A timestamp representing the start of the time period to filter results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-