public static interface CancelOpenCypherQueryRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<CancelOpenCypherQueryRequest.Builder,CancelOpenCypherQueryRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelOpenCypherQueryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelOpenCypherQueryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelOpenCypherQueryRequest.Builder |
queryId(String queryId)
The unique ID of the openCypher query to cancel.
|
CancelOpenCypherQueryRequest.Builder |
silent(Boolean silent)
If set to
TRUE, causes the cancelation of the openCypher query to happen silently. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelOpenCypherQueryRequest.Builder queryId(String queryId)
The unique ID of the openCypher query to cancel.
queryId - The unique ID of the openCypher query to cancel.CancelOpenCypherQueryRequest.Builder silent(Boolean silent)
If set to TRUE, causes the cancelation of the openCypher query to happen silently.
silent - If set to TRUE, causes the cancelation of the openCypher query to happen silently.CancelOpenCypherQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelOpenCypherQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.