public static interface CancelStatementRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CancelStatementRequest.Builder,CancelStatementRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelStatementRequest.Builder |
id(Integer id)
The ID of the statement to be cancelled.
|
CancelStatementRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelStatementRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelStatementRequest.Builder |
requestOrigin(String requestOrigin)
The origin of the request to cancel the statement.
|
CancelStatementRequest.Builder |
sessionId(String sessionId)
The Session ID of the statement to be cancelled.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelStatementRequest.Builder sessionId(String sessionId)
The Session ID of the statement to be cancelled.
sessionId - The Session ID of the statement to be cancelled.CancelStatementRequest.Builder id(Integer id)
The ID of the statement to be cancelled.
id - The ID of the statement to be cancelled.CancelStatementRequest.Builder requestOrigin(String requestOrigin)
The origin of the request to cancel the statement.
requestOrigin - The origin of the request to cancel the statement.CancelStatementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelStatementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.