Interface DescribeConfigurationAggregatorsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConfigRequest.Builder
,CopyableBuilder<DescribeConfigurationAggregatorsRequest.Builder,
,DescribeConfigurationAggregatorsRequest> SdkBuilder<DescribeConfigurationAggregatorsRequest.Builder,
,DescribeConfigurationAggregatorsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeConfigurationAggregatorsRequest
public static interface DescribeConfigurationAggregatorsRequest.Builder
extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationAggregatorsRequest.Builder,DescribeConfigurationAggregatorsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationAggregatorNames
(String... configurationAggregatorNames) The name of the configuration aggregators.configurationAggregatorNames
(Collection<String> configurationAggregatorNames) The name of the configuration aggregators.The maximum number of configuration aggregators returned on each page.ThenextToken
string returned on a previous page that you use to get the next page of results in a paginated response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
configurationAggregatorNames
DescribeConfigurationAggregatorsRequest.Builder configurationAggregatorNames(Collection<String> configurationAggregatorNames) The name of the configuration aggregators.
- Parameters:
configurationAggregatorNames
- The name of the configuration aggregators.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationAggregatorNames
DescribeConfigurationAggregatorsRequest.Builder configurationAggregatorNames(String... configurationAggregatorNames) The name of the configuration aggregators.
- Parameters:
configurationAggregatorNames
- The name of the configuration aggregators.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken
- ThenextToken
string returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, Config uses the default.
- Parameters:
limit
- The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, Config uses the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeConfigurationAggregatorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeConfigurationAggregatorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-