Interface GetQueryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetQueryResponse.Builder,
,GetQueryResponse> NeptuneGraphResponse.Builder
,SdkBuilder<GetQueryResponse.Builder,
,GetQueryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetQueryResponse
@Mutable
@NotThreadSafe
public static interface GetQueryResponse.Builder
extends NeptuneGraphResponse.Builder, SdkPojo, CopyableBuilder<GetQueryResponse.Builder,GetQueryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of milliseconds the query has been running.The ID of the query in question.queryString
(String queryString) The query in question.State of the query.state
(QueryState state) State of the 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.services.neptunegraph.model.NeptuneGraphResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The ID of the query in question.
- Parameters:
id
- The ID of the query in question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryString
The query in question.
- Parameters:
queryString
- The query in question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
elapsed
- The number of milliseconds the query has been running.- 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:
-