public static interface DescribeQueryDefinitionsRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeQueryDefinitionsRequest.Builder,DescribeQueryDefinitionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeQueryDefinitionsRequest.Builder |
maxResults(Integer maxResults)
Limits the number of returned query definitions to the specified number.
|
DescribeQueryDefinitionsRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeQueryDefinitionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeQueryDefinitionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeQueryDefinitionsRequest.Builder |
queryDefinitionNamePrefix(String queryDefinitionNamePrefix)
Use this parameter to filter your results to only the query definitions that have names that start with the
prefix you specify.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeQueryDefinitionsRequest.Builder queryDefinitionNamePrefix(String queryDefinitionNamePrefix)
Use this parameter to filter your results to only the query definitions that have names that start with the prefix you specify.
queryDefinitionNamePrefix - Use this parameter to filter your results to only the query definitions that have names that start
with the prefix you specify.DescribeQueryDefinitionsRequest.Builder maxResults(Integer maxResults)
Limits the number of returned query definitions to the specified number.
maxResults - Limits the number of returned query definitions to the specified number.DescribeQueryDefinitionsRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.DescribeQueryDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeQueryDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.