public static interface QueryStatisticsForDescribeQuery.Builder extends SdkPojo, CopyableBuilder<QueryStatisticsForDescribeQuery.Builder,QueryStatisticsForDescribeQuery>
| Modifier and Type | Method and Description |
|---|---|
QueryStatisticsForDescribeQuery.Builder |
bytesScanned(Long bytesScanned)
The total bytes that the query scanned in the event data store.
|
QueryStatisticsForDescribeQuery.Builder |
creationTime(Instant creationTime)
The creation time of the query.
|
QueryStatisticsForDescribeQuery.Builder |
eventsMatched(Long eventsMatched)
The number of events that matched a query.
|
QueryStatisticsForDescribeQuery.Builder |
eventsScanned(Long eventsScanned)
The number of events that the query scanned in the event data store.
|
QueryStatisticsForDescribeQuery.Builder |
executionTimeInMillis(Integer executionTimeInMillis)
The query's run time, in milliseconds.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryStatisticsForDescribeQuery.Builder eventsMatched(Long eventsMatched)
The number of events that matched a query.
eventsMatched - The number of events that matched a query.QueryStatisticsForDescribeQuery.Builder eventsScanned(Long eventsScanned)
The number of events that the query scanned in the event data store.
eventsScanned - The number of events that the query scanned in the event data store.QueryStatisticsForDescribeQuery.Builder bytesScanned(Long bytesScanned)
The total bytes that the query scanned in the event data store. This value matches the number of bytes for which your account is billed for the query, unless the query is still running.
bytesScanned - The total bytes that the query scanned in the event data store. This value matches the number of bytes
for which your account is billed for the query, unless the query is still running.QueryStatisticsForDescribeQuery.Builder executionTimeInMillis(Integer executionTimeInMillis)
The query's run time, in milliseconds.
executionTimeInMillis - The query's run time, in milliseconds.QueryStatisticsForDescribeQuery.Builder creationTime(Instant creationTime)
The creation time of the query.
creationTime - The creation time of the query.Copyright © 2022. All rights reserved.