Interface ExecuteOpenCypherExplainQueryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ExecuteOpenCypherExplainQueryRequest.Builder,
,ExecuteOpenCypherExplainQueryRequest> NeptunedataRequest.Builder
,SdkBuilder<ExecuteOpenCypherExplainQueryRequest.Builder,
,ExecuteOpenCypherExplainQueryRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ExecuteOpenCypherExplainQueryRequest
@Mutable
@NotThreadSafe
public static interface ExecuteOpenCypherExplainQueryRequest.Builder
extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<ExecuteOpenCypherExplainQueryRequest.Builder,ExecuteOpenCypherExplainQueryRequest>
-
Method Summary
Modifier and TypeMethodDescriptionexplainMode
(String explainMode) The openCypherexplain
mode.explainMode
(OpenCypherExplainMode explainMode) The openCypherexplain
mode.openCypherQuery
(String openCypherQuery) The openCypher query string.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.parameters
(String parameters) The openCypher query parameters.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 Details
-
openCypherQuery
The openCypher query string.
- Parameters:
openCypherQuery
- The openCypher query string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The openCypher query parameters.
- Parameters:
parameters
- The openCypher query parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
explainMode
The openCypher
explain
mode. Can be one of:static
,dynamic
, ordetails
.- Parameters:
explainMode
- The openCypherexplain
mode. Can be one of:static
,dynamic
, ordetails
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
explainMode
The openCypher
explain
mode. Can be one of:static
,dynamic
, ordetails
.- Parameters:
explainMode
- The openCypherexplain
mode. Can be one of:static
,dynamic
, ordetails
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ExecuteOpenCypherExplainQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ExecuteOpenCypherExplainQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-