public static interface DescribeQueriesRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeQueriesRequest.Builder,DescribeQueriesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeQueriesRequest.Builder |
logGroupName(String logGroupName)
Limits the returned queries to only those for the specified log group.
|
DescribeQueriesRequest.Builder |
maxResults(Integer maxResults)
Limits the number of returned queries to the specified number.
|
DescribeQueriesRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeQueriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeQueriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeQueriesRequest.Builder |
status(QueryStatus status)
Limits the returned queries to only those that have the specified status.
|
DescribeQueriesRequest.Builder |
status(String status)
Limits the returned queries to only those that have the specified status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeQueriesRequest.Builder logGroupName(String logGroupName)
Limits the returned queries to only those for the specified log group.
logGroupName - Limits the returned queries to only those for the specified log group.DescribeQueriesRequest.Builder status(String status)
Limits the returned queries to only those that have the specified status. Valid values are
Cancelled, Complete, Failed, Running, and
Scheduled.
status - Limits the returned queries to only those that have the specified status. Valid values are
Cancelled, Complete, Failed, Running, and
Scheduled.QueryStatus,
QueryStatusDescribeQueriesRequest.Builder status(QueryStatus status)
Limits the returned queries to only those that have the specified status. Valid values are
Cancelled, Complete, Failed, Running, and
Scheduled.
status - Limits the returned queries to only those that have the specified status. Valid values are
Cancelled, Complete, Failed, Running, and
Scheduled.QueryStatus,
QueryStatusDescribeQueriesRequest.Builder maxResults(Integer maxResults)
Limits the number of returned queries to the specified number.
maxResults - Limits the number of returned queries to the specified number.DescribeQueriesRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.DescribeQueriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeQueriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.