Interface Query.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Query.Builder,
,Query> SdkBuilder<Query.Builder,
,Query> SdkPojo
- Enclosing class:
Query
@Mutable
@NotThreadSafe
public static interface Query.Builder
extends SdkPojo, CopyableBuilder<Query.Builder,Query>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The creation time of a query.The ID of a query.queryStatus
(String queryStatus) The status of the query.queryStatus
(QueryStatus queryStatus) The status of the query.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
-
queryId
The ID of a query.
- Parameters:
queryId
- The ID of a query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryStatus
The status of the query. This can be
QUEUED
,RUNNING
,FINISHED
,FAILED
,TIMED_OUT
, orCANCELLED
.- Parameters:
queryStatus
- The status of the query. This can beQUEUED
,RUNNING
,FINISHED
,FAILED
,TIMED_OUT
, orCANCELLED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
queryStatus
The status of the query. This can be
QUEUED
,RUNNING
,FINISHED
,FAILED
,TIMED_OUT
, orCANCELLED
.- Parameters:
queryStatus
- The status of the query. This can beQUEUED
,RUNNING
,FINISHED
,FAILED
,TIMED_OUT
, orCANCELLED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The creation time of a query.
- Parameters:
creationTime
- The creation time of a query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-