public static interface GremlinQueryStatus.Builder extends SdkPojo, CopyableBuilder<GremlinQueryStatus.Builder,GremlinQueryStatus>
| Modifier and Type | Method and Description |
|---|---|
default GremlinQueryStatus.Builder |
queryEvalStats(Consumer<QueryEvalStats.Builder> queryEvalStats)
The query statistics of the Gremlin query.
|
GremlinQueryStatus.Builder |
queryEvalStats(QueryEvalStats queryEvalStats)
The query statistics of the Gremlin query.
|
GremlinQueryStatus.Builder |
queryId(String queryId)
The ID of the Gremlin query.
|
GremlinQueryStatus.Builder |
queryString(String queryString)
The query string of the Gremlin query.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGremlinQueryStatus.Builder queryId(String queryId)
The ID of the Gremlin query.
queryId - The ID of the Gremlin query.GremlinQueryStatus.Builder queryString(String queryString)
The query string of the Gremlin query.
queryString - The query string of the Gremlin query.GremlinQueryStatus.Builder queryEvalStats(QueryEvalStats queryEvalStats)
The query statistics of the Gremlin query.
queryEvalStats - The query statistics of the Gremlin query.default GremlinQueryStatus.Builder queryEvalStats(Consumer<QueryEvalStats.Builder> queryEvalStats)
The query statistics of the Gremlin query.
This is a convenience method that creates an instance of theQueryEvalStats.Builder avoiding the need
to create one manually via QueryEvalStats.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to queryEvalStats(QueryEvalStats).
queryEvalStats - a consumer that will call methods on QueryEvalStats.BuilderqueryEvalStats(QueryEvalStats)Copyright © 2023. All rights reserved.