| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static TimeRange.Builder |
TimeRange.builder() |
TimeRange.Builder |
TimeRange.Builder.endTime(Instant endTime)
The Unix timestamp for the end of the time range.
|
TimeRange.Builder |
TimeRange.Builder.startTime(Instant startTime)
The Unix timestamp for the beginning of the time range.
|
TimeRange.Builder |
TimeRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TimeRange.Builder> |
TimeRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSnapshotsResponse.Builder |
GetSnapshotsResponse.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.Builder |
ListDataSourceSyncJobsRequest.Builder.startTimeFilter(Consumer<TimeRange.Builder> startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified
dates.
|
Copyright © 2023. All rights reserved.