Interface GetGremlinQueryStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetGremlinQueryStatusRequest.Builder,GetGremlinQueryStatusRequest>,NeptunedataRequest.Builder,SdkBuilder<GetGremlinQueryStatusRequest.Builder,GetGremlinQueryStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetGremlinQueryStatusRequest
public static interface GetGremlinQueryStatusRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<GetGremlinQueryStatusRequest.Builder,GetGremlinQueryStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGremlinQueryStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGremlinQueryStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGremlinQueryStatusRequest.BuilderqueryId(String queryId)The unique identifier that identifies the Gremlin query.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataRequest.Builder
build
-
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 Detail
-
queryId
GetGremlinQueryStatusRequest.Builder queryId(String queryId)
The unique identifier that identifies the Gremlin query.
- Parameters:
queryId- The unique identifier that identifies the Gremlin query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetGremlinQueryStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetGremlinQueryStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-