public static interface DescribeAggregateComplianceByConformancePacksRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeAggregateComplianceByConformancePacksRequest.Builder,DescribeAggregateComplianceByConformancePacksRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAggregateComplianceByConformancePacksRequest.Builder configurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName - The name of the configuration aggregator.DescribeAggregateComplianceByConformancePacksRequest.Builder filters(AggregateConformancePackComplianceFilters filters)
Filters the result by AggregateConformancePackComplianceFilters object.
filters - Filters the result by AggregateConformancePackComplianceFilters object.default DescribeAggregateComplianceByConformancePacksRequest.Builder filters(Consumer<AggregateConformancePackComplianceFilters.Builder> filters)
Filters the result by AggregateConformancePackComplianceFilters object.
AggregateConformancePackComplianceFilters.Builder avoiding the need to create one manually via
AggregateConformancePackComplianceFilters.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to filters(AggregateConformancePackComplianceFilters).
filters - a consumer that will call methods on AggregateConformancePackComplianceFilters.Builderfilters(AggregateConformancePackComplianceFilters)DescribeAggregateComplianceByConformancePacksRequest.Builder limit(Integer limit)
The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, Config uses the default.
limit - The maximum number of conformance packs compliance details returned on each page. The default is
maximum. If you specify 0, Config uses the default.DescribeAggregateComplianceByConformancePacksRequest.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.DescribeAggregateComplianceByConformancePacksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAggregateComplianceByConformancePacksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.