public static interface QueryExecutionStatistics.Builder extends CopyableBuilder<QueryExecutionStatistics.Builder,QueryExecutionStatistics>
| Modifier and Type | Method and Description |
|---|---|
QueryExecutionStatistics.Builder |
dataScannedInBytes(Long dataScannedInBytes)
The number of bytes in the data that was queried.
|
QueryExecutionStatistics.Builder |
engineExecutionTimeInMillis(Long engineExecutionTimeInMillis)
The number of milliseconds that the query took to execute.
|
copyapply, buildQueryExecutionStatistics.Builder engineExecutionTimeInMillis(Long engineExecutionTimeInMillis)
The number of milliseconds that the query took to execute.
engineExecutionTimeInMillis - The number of milliseconds that the query took to execute.QueryExecutionStatistics.Builder dataScannedInBytes(Long dataScannedInBytes)
The number of bytes in the data that was queried.
dataScannedInBytes - The number of bytes in the data that was queried.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.