Interface CancelOpenCypherQueryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CancelOpenCypherQueryRequest.Builder,CancelOpenCypherQueryRequest>,NeptunedataRequest.Builder,SdkBuilder<CancelOpenCypherQueryRequest.Builder,CancelOpenCypherQueryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CancelOpenCypherQueryRequest
public static interface CancelOpenCypherQueryRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<CancelOpenCypherQueryRequest.Builder,CancelOpenCypherQueryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelOpenCypherQueryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelOpenCypherQueryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CancelOpenCypherQueryRequest.BuilderqueryId(String queryId)The unique ID of the openCypher query to cancel.CancelOpenCypherQueryRequest.Buildersilent(Boolean silent)If set toTRUE, causes the cancelation of the openCypher query to happen silently.-
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
CancelOpenCypherQueryRequest.Builder queryId(String queryId)
The unique ID of the openCypher query to cancel.
- Parameters:
queryId- The unique ID of the openCypher query to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
silent
CancelOpenCypherQueryRequest.Builder silent(Boolean silent)
If set to
TRUE, causes the cancelation of the openCypher query to happen silently.- Parameters:
silent- If set toTRUE, causes the cancelation of the openCypher query to happen silently.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CancelOpenCypherQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CancelOpenCypherQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-