Interface StopQueryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<StopQueryRequest.Builder,,StopQueryRequest> SdkBuilder<StopQueryRequest.Builder,,StopQueryRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopQueryRequest
@Mutable
@NotThreadSafe
public static interface StopQueryRequest.Builder
extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<StopQueryRequest.Builder,StopQueryRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ID number of the query to stop.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
queryId
The ID number of the query to stop. To find this ID number, use
DescribeQueries.- Parameters:
queryId- The ID number of the query to stop. To find this ID number, useDescribeQueries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-