Interface GremlinQueryStatus.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GremlinQueryStatus.Builder,,- GremlinQueryStatus> - SdkBuilder<GremlinQueryStatus.Builder,,- GremlinQueryStatus> - SdkPojo
- Enclosing class:
- GremlinQueryStatus
@Mutable
@NotThreadSafe
public static interface GremlinQueryStatus.Builder
extends SdkPojo, CopyableBuilder<GremlinQueryStatus.Builder,GremlinQueryStatus> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault GremlinQueryStatus.BuilderqueryEvalStats(Consumer<QueryEvalStats.Builder> queryEvalStats) The query statistics of the Gremlin query.queryEvalStats(QueryEvalStats queryEvalStats) The query statistics of the Gremlin query.The ID of the Gremlin query.queryString(String queryString) The query string of the Gremlin query.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
queryIdThe ID of the Gremlin query. - Parameters:
- queryId- The ID of the Gremlin query.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryStringThe query string of the Gremlin query. - Parameters:
- queryString- The query string of the Gremlin query.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryEvalStatsThe query statistics of the Gremlin query. - Parameters:
- queryEvalStats- The query statistics of the Gremlin query.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryEvalStatsThe query statistics of the Gremlin query. 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:
 
 
-