Interface QueryStatisticsForDescribeQuery.Builder

All Superinterfaces:
Buildable, CopyableBuilder<QueryStatisticsForDescribeQuery.Builder,QueryStatisticsForDescribeQuery>, SdkBuilder<QueryStatisticsForDescribeQuery.Builder,QueryStatisticsForDescribeQuery>, SdkPojo
Enclosing class:
QueryStatisticsForDescribeQuery

public static interface QueryStatisticsForDescribeQuery.Builder extends SdkPojo, CopyableBuilder<QueryStatisticsForDescribeQuery.Builder,QueryStatisticsForDescribeQuery>
  • Method Details

    • eventsMatched

      QueryStatisticsForDescribeQuery.Builder eventsMatched(Long eventsMatched)

      The number of events that matched a query.

      Parameters:
      eventsMatched - The number of events that matched a query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventsScanned

      QueryStatisticsForDescribeQuery.Builder eventsScanned(Long eventsScanned)

      The number of events that the query scanned in the event data store.

      Parameters:
      eventsScanned - The number of events that the query scanned in the event data store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bytesScanned

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionTimeInMillis

      QueryStatisticsForDescribeQuery.Builder executionTimeInMillis(Integer executionTimeInMillis)

      The query's run time, in milliseconds.

      Parameters:
      executionTimeInMillis - The query's run time, in milliseconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      The creation time of the query.

      Parameters:
      creationTime - The creation time of the query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.