| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static GetSnapshotsResponse.Builder |
GetSnapshotsResponse.builder() |
GetSnapshotsResponse.Builder |
GetSnapshotsResponse.Builder.nextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to
retrieve the next set of search metrics data.
|
GetSnapshotsResponse.Builder |
GetSnapshotsResponse.Builder.snapshotsData(Collection<? extends Collection<String>> snapshotsData)
The search metrics data.
|
GetSnapshotsResponse.Builder |
GetSnapshotsResponse.Builder.snapshotsData(Collection<String>... snapshotsData)
The search metrics data.
|
GetSnapshotsResponse.Builder |
GetSnapshotsResponse.Builder.snapshotsDataHeader(Collection<String> snapshotsDataHeader)
The column headers for the search metrics data.
|
GetSnapshotsResponse.Builder |
GetSnapshotsResponse.Builder.snapshotsDataHeader(String... snapshotsDataHeader)
The column headers for the search metrics data.
|
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.
|
GetSnapshotsResponse.Builder |
GetSnapshotsResponse.Builder.snapShotTimeFilter(TimeRange snapShotTimeFilter)
The Unix timestamp for the beginning and end of the time window for the search metrics data.
|
GetSnapshotsResponse.Builder |
GetSnapshotsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSnapshotsResponse.Builder> |
GetSnapshotsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.