Interface QueryEvalStats.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueryEvalStats.Builder,
,QueryEvalStats> SdkBuilder<QueryEvalStats.Builder,
,QueryEvalStats> SdkPojo
- Enclosing class:
QueryEvalStats
@Mutable
@NotThreadSafe
public static interface QueryEvalStats.Builder
extends SdkPojo, CopyableBuilder<QueryEvalStats.Builder,QueryEvalStats>
-
Method Summary
Modifier and TypeMethodDescriptionSet toTRUE
if the query was cancelled, or FALSE otherwise.The number of milliseconds the query has been running so far.subqueries
(Document subqueries) The number of subqueries in this query.Indicates how long the query waited, in milliseconds.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
waited
Indicates how long the query waited, in milliseconds.
- Parameters:
waited
- Indicates how long the query waited, in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elapsed
The number of milliseconds the query has been running so far.
- Parameters:
elapsed
- The number of milliseconds the query has been running so far.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cancelled
Set to
TRUE
if the query was cancelled, or FALSE otherwise.- Parameters:
cancelled
- Set toTRUE
if the query was cancelled, or FALSE otherwise.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subqueries
The number of subqueries in this query.
- Parameters:
subqueries
- The number of subqueries in this query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-