public static interface ListAggregateDiscoveredResourcesRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<ListAggregateDiscoveredResourcesRequest.Builder,ListAggregateDiscoveredResourcesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAggregateDiscoveredResourcesRequest.Builder configurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName - The name of the configuration aggregator.ListAggregateDiscoveredResourcesRequest.Builder resourceType(String resourceType)
The type of resources that you want Config to list in the response.
resourceType - The type of resources that you want Config to list in the response.ResourceType,
ResourceTypeListAggregateDiscoveredResourcesRequest.Builder resourceType(ResourceType resourceType)
The type of resources that you want Config to list in the response.
resourceType - The type of resources that you want Config to list in the response.ResourceType,
ResourceTypeListAggregateDiscoveredResourcesRequest.Builder filters(ResourceFilters filters)
Filters the results based on the ResourceFilters object.
filters - Filters the results based on the ResourceFilters object.default ListAggregateDiscoveredResourcesRequest.Builder filters(Consumer<ResourceFilters.Builder> filters)
Filters the results based on the ResourceFilters object.
ResourceFilters.Builder avoiding the
need to create one manually via ResourceFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filters(ResourceFilters).
filters - a consumer that will call methods on ResourceFilters.Builderfilters(ResourceFilters)ListAggregateDiscoveredResourcesRequest.Builder limit(Integer limit)
The maximum number of resource identifiers returned on each page. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
limit - The maximum number of resource identifiers returned on each page. You cannot specify a number greater
than 100. If you specify 0, Config uses the default.ListAggregateDiscoveredResourcesRequest.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.ListAggregateDiscoveredResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAggregateDiscoveredResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.