public static interface DescribeAggregationAuthorizationsRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeAggregationAuthorizationsRequest.Builder,DescribeAggregationAuthorizationsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAggregationAuthorizationsRequest.Builder |
limit(Integer limit)
The maximum number of AggregationAuthorizations returned on each page.
|
DescribeAggregationAuthorizationsRequest.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. |
DescribeAggregationAuthorizationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAggregationAuthorizationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAggregationAuthorizationsRequest.Builder limit(Integer limit)
The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you specify 0, Config uses the default.
limit - The maximum number of AggregationAuthorizations returned on each page. The default is maximum. If you
specify 0, Config uses the default.DescribeAggregationAuthorizationsRequest.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.DescribeAggregationAuthorizationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAggregationAuthorizationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.