public static interface GetDiscoveredResourceCountsRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<GetDiscoveredResourceCountsRequest.Builder,GetDiscoveredResourceCountsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDiscoveredResourceCountsRequest.Builder |
limit(Integer limit)
The maximum number of ResourceCount objects returned on each page.
|
GetDiscoveredResourceCountsRequest.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. |
GetDiscoveredResourceCountsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDiscoveredResourceCountsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDiscoveredResourceCountsRequest.Builder |
resourceTypes(Collection<String> resourceTypes)
The comma-separated list that specifies the resource types that you want AWS Config to return (for example,
"AWS::EC2::Instance", "AWS::IAM::User"). |
GetDiscoveredResourceCountsRequest.Builder |
resourceTypes(String... resourceTypes)
The comma-separated list that specifies the resource types that you want AWS Config to return (for example,
"AWS::EC2::Instance", "AWS::IAM::User"). |
buildoverrideConfigurationcopyapplyMutation, buildGetDiscoveredResourceCountsRequest.Builder resourceTypes(Collection<String> resourceTypes)
The comma-separated list that specifies the resource types that you want AWS Config to return (for example,
"AWS::EC2::Instance", "AWS::IAM::User").
If a value for resourceTypes is not specified, AWS Config returns all resource types that AWS
Config is recording in the region for your account.
If the configuration recorder is turned off, AWS Config returns an empty list of ResourceCount objects. If the configuration recorder is not recording a specific resource type (for example, S3 buckets), that resource type is not returned in the list of ResourceCount objects.
resourceTypes - The comma-separated list that specifies the resource types that you want AWS Config to return (for
example, "AWS::EC2::Instance", "AWS::IAM::User").
If a value for resourceTypes is not specified, AWS Config returns all resource types that
AWS Config is recording in the region for your account.
If the configuration recorder is turned off, AWS Config returns an empty list of ResourceCount objects. If the configuration recorder is not recording a specific resource type (for example, S3 buckets), that resource type is not returned in the list of ResourceCount objects.
GetDiscoveredResourceCountsRequest.Builder resourceTypes(String... resourceTypes)
The comma-separated list that specifies the resource types that you want AWS Config to return (for example,
"AWS::EC2::Instance", "AWS::IAM::User").
If a value for resourceTypes is not specified, AWS Config returns all resource types that AWS
Config is recording in the region for your account.
If the configuration recorder is turned off, AWS Config returns an empty list of ResourceCount objects. If the configuration recorder is not recording a specific resource type (for example, S3 buckets), that resource type is not returned in the list of ResourceCount objects.
resourceTypes - The comma-separated list that specifies the resource types that you want AWS Config to return (for
example, "AWS::EC2::Instance", "AWS::IAM::User").
If a value for resourceTypes is not specified, AWS Config returns all resource types that
AWS Config is recording in the region for your account.
If the configuration recorder is turned off, AWS Config returns an empty list of ResourceCount objects. If the configuration recorder is not recording a specific resource type (for example, S3 buckets), that resource type is not returned in the list of ResourceCount objects.
GetDiscoveredResourceCountsRequest.Builder limit(Integer limit)
The maximum number of ResourceCount objects returned on each page. The default is 100. You cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.
limit - The maximum number of ResourceCount objects returned on each page. The default is 100. You
cannot specify a number greater than 100. If you specify 0, AWS Config uses the default.GetDiscoveredResourceCountsRequest.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.GetDiscoveredResourceCountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetDiscoveredResourceCountsRequest.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.