public static interface DescribePendingAggregationRequestsRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribePendingAggregationRequestsRequest.Builder,DescribePendingAggregationRequestsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePendingAggregationRequestsRequest.Builder |
limit(Integer limit)
The maximum number of evaluation results returned on each page.
|
DescribePendingAggregationRequestsRequest.Builder |
nextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in
a paginated response. |
DescribePendingAggregationRequestsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePendingAggregationRequestsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePendingAggregationRequestsRequest.Builder limit(Integer limit)
The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default.
limit - The maximum number of evaluation results returned on each page. The default is maximum. If you specify
0, Config uses the default.DescribePendingAggregationRequestsRequest.Builder nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in
a paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of
results in a paginated response.DescribePendingAggregationRequestsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribePendingAggregationRequestsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.