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 SummaryModifier and TypeMethodDescriptionSet toTRUEif 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
waitedIndicates 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.
 
- 
elapsedThe 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.
 
- 
cancelledSet to TRUEif the query was cancelled, or FALSE otherwise.- Parameters:
- cancelled- Set to- TRUEif the query was cancelled, or FALSE otherwise.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subqueriesThe 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.
 
 
-