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)
Add an optional request override configuration.
|
DescribePendingAggregationRequestsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribePendingAggregationRequestsRequest.Builder limit(Integer limit)
The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
limit - The maximum number of evaluation results returned on each page. The default is maximum. If you specify
0, AWS 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribePendingAggregationRequestsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.