public static interface QueryStatistics.Builder extends SdkPojo, CopyableBuilder<QueryStatistics.Builder,QueryStatistics>
| Modifier and Type | Method and Description |
|---|---|
QueryStatistics.Builder |
bytesScanned(Double bytesScanned)
The total number of bytes in the log events scanned during the query.
|
QueryStatistics.Builder |
recordsMatched(Double recordsMatched)
The number of log events that matched the query string.
|
QueryStatistics.Builder |
recordsScanned(Double recordsScanned)
The total number of log events scanned during the query.
|
copyapplyMutation, buildQueryStatistics.Builder recordsMatched(Double recordsMatched)
The number of log events that matched the query string.
recordsMatched - The number of log events that matched the query string.QueryStatistics.Builder recordsScanned(Double recordsScanned)
The total number of log events scanned during the query.
recordsScanned - The total number of log events scanned during the query.QueryStatistics.Builder bytesScanned(Double bytesScanned)
The total number of bytes in the log events scanned during the query.
bytesScanned - The total number of bytes in the log events scanned during the query.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.