public static interface CancelQueryRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<CancelQueryRequest.Builder,CancelQueryRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelQueryRequest.Builder |
eventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.
|
CancelQueryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelQueryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelQueryRequest.Builder |
queryId(String queryId)
The ID of the query that you want to cancel.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelQueryRequest.Builder eventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.
eventDataStore - The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.CancelQueryRequest.Builder queryId(String queryId)
The ID of the query that you want to cancel. The QueryId comes from the response of a
StartQuery operation.
queryId - The ID of the query that you want to cancel. The QueryId comes from the response of a
StartQuery operation.CancelQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.