Interface CancelQueryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudTrailRequest.Builder,CopyableBuilder<CancelQueryRequest.Builder,CancelQueryRequest>,SdkBuilder<CancelQueryRequest.Builder,CancelQueryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CancelQueryRequest
public static interface CancelQueryRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<CancelQueryRequest.Builder,CancelQueryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CancelQueryRequest.BuildereventDataStore(String eventDataStore)Deprecated.EventDataStore is no longer required by CancelQueryRequestCancelQueryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelQueryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CancelQueryRequest.BuilderqueryId(String queryId)The ID of the query that you want to cancel.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
eventDataStore
@Deprecated CancelQueryRequest.Builder eventDataStore(String eventDataStore)
Deprecated.EventDataStore is no longer required by CancelQueryRequestThe ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.
- Parameters:
eventDataStore- The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryId
CancelQueryRequest.Builder queryId(String queryId)
The ID of the query that you want to cancel. The
QueryIdcomes from the response of aStartQueryoperation.- Parameters:
queryId- The ID of the query that you want to cancel. TheQueryIdcomes from the response of aStartQueryoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CancelQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CancelQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-