public static interface DescribeConfigurationAggregatorsRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationAggregatorsRequest.Builder,DescribeConfigurationAggregatorsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigurationAggregatorsRequest.Builder |
configurationAggregatorNames(Collection<String> configurationAggregatorNames)
The name of the configuration aggregators.
|
DescribeConfigurationAggregatorsRequest.Builder |
configurationAggregatorNames(String... configurationAggregatorNames)
The name of the configuration aggregators.
|
DescribeConfigurationAggregatorsRequest.Builder |
limit(Integer limit)
The maximum number of configuration aggregators returned on each page.
|
DescribeConfigurationAggregatorsRequest.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.
|
DescribeConfigurationAggregatorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeConfigurationAggregatorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeConfigurationAggregatorsRequest.Builder configurationAggregatorNames(Collection<String> configurationAggregatorNames)
The name of the configuration aggregators.
configurationAggregatorNames - The name of the configuration aggregators.DescribeConfigurationAggregatorsRequest.Builder configurationAggregatorNames(String... configurationAggregatorNames)
The name of the configuration aggregators.
configurationAggregatorNames - The name of the configuration aggregators.DescribeConfigurationAggregatorsRequest.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.DescribeConfigurationAggregatorsRequest.Builder limit(Integer limit)
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
limit - The maximum number of configuration aggregators returned on each page. The default is maximum. If you
specify 0, AWS Config uses the default.DescribeConfigurationAggregatorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeConfigurationAggregatorsRequest.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.