public static interface StopQueryRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<StopQueryRequest.Builder,StopQueryRequest>
Modifier and Type | Method and Description |
---|---|
StopQueryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopQueryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopQueryRequest.Builder |
queryId(String queryId)
The ID number of the query to stop.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
StopQueryRequest.Builder queryId(String queryId)
The ID number of the query to stop. If necessary, you can use DescribeQueries
to find this ID
number.
queryId
- The ID number of the query to stop. If necessary, you can use DescribeQueries
to find
this ID number.StopQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
StopQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.