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
-
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 Detail
-
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
DescribeConfigurationAggregatorsRequest.Builder nextToken(String nextToken)
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken- ThenextTokenstring 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
DescribeConfigurationAggregatorsRequest.Builder limit(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeConfigurationAggregatorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-