Uses of Interface
software.amazon.awssdk.services.kendra.model.TimeRange.Builder
-
Packages that use TimeRange.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of TimeRange.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return TimeRange.Builder Modifier and Type Method Description static TimeRange.BuilderTimeRange. builder()TimeRange.BuilderTimeRange.Builder. endTime(Instant endTime)The Unix timestamp for the end of the time range.TimeRange.BuilderTimeRange.Builder. startTime(Instant startTime)The Unix timestamp for the beginning of the time range.TimeRange.BuilderTimeRange. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type TimeRange.Builder Modifier and Type Method Description static Class<? extends TimeRange.Builder>TimeRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type TimeRange.Builder Modifier and Type Method Description default GetSnapshotsResponse.BuilderGetSnapshotsResponse.Builder. snapShotTimeFilter(Consumer<TimeRange.Builder> snapShotTimeFilter)The Unix timestamp for the beginning and end of the time window for the search metrics data.default ListDataSourceSyncJobsRequest.BuilderListDataSourceSyncJobsRequest.Builder. startTimeFilter(Consumer<TimeRange.Builder> startTimeFilter)When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
-