Interface GetOpenCypherQueryStatusResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetOpenCypherQueryStatusResponse.Builder,,- GetOpenCypherQueryStatusResponse> - NeptunedataResponse.Builder,- SdkBuilder<GetOpenCypherQueryStatusResponse.Builder,,- GetOpenCypherQueryStatusResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetOpenCypherQueryStatusResponse
@Mutable
@NotThreadSafe
public static interface GetOpenCypherQueryStatusResponse.Builder
extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetOpenCypherQueryStatusResponse.Builder,GetOpenCypherQueryStatusResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionqueryEvalStats(Consumer<QueryEvalStats.Builder> queryEvalStats) The openCypher query evaluation status.queryEvalStats(QueryEvalStats queryEvalStats) The openCypher query evaluation status.The unique ID of the query for which status is being returned.queryString(String queryString) The openCypher query string.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
queryIdThe unique ID of the query for which status is being returned. - Parameters:
- queryId- The unique ID of the query for which status is being returned.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryStringThe openCypher query string. - Parameters:
- queryString- The openCypher query string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryEvalStatsThe openCypher query evaluation status. - Parameters:
- queryEvalStats- The openCypher query evaluation status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryEvalStatsdefault GetOpenCypherQueryStatusResponse.Builder queryEvalStats(Consumer<QueryEvalStats.Builder> queryEvalStats) The openCypher query evaluation status. This is a convenience method that creates an instance of theQueryEvalStats.Builderavoiding the need to create one manually viaQueryEvalStats.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqueryEvalStats(QueryEvalStats).- Parameters:
- queryEvalStats- a consumer that will call methods on- QueryEvalStats.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-