Interface QuerySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QuerySummary.Builder,
,QuerySummary> SdkBuilder<QuerySummary.Builder,
,QuerySummary> SdkPojo
- Enclosing class:
QuerySummary
@Mutable
@NotThreadSafe
public static interface QuerySummary.Builder
extends SdkPojo, CopyableBuilder<QuerySummary.Builder,QuerySummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe running time of the query, in milliseconds.A string representation of the id of the query.queryString
(String queryString) The actual query text.State of the query.state
(QueryState state) State of the query.The amount of time, in milliseconds, the query has waited in the queue before being picked up by a worker thread.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
-
id
A string representation of the id of the query.
- Parameters:
id
- A string representation of the id of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryString
The actual query text. The
queryString
may be truncated if the actual query string is too long.- Parameters:
queryString
- The actual query text. ThequeryString
may be truncated if the actual query string is too long.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
waited
The amount of time, in milliseconds, the query has waited in the queue before being picked up by a worker thread.
- Parameters:
waited
- The amount of time, in milliseconds, the query has waited in the queue before being picked up by a worker thread.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elapsed
The running time of the query, in milliseconds.
- Parameters:
elapsed
- The running time of the query, in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
State of the query.
- Parameters:
state
- State of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
State of the query.
- Parameters:
state
- State of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-