public static interface ListDiscoveredResourcesRequest.Builder extends ConfigRequest.Builder, CopyableBuilder<ListDiscoveredResourcesRequest.Builder,ListDiscoveredResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDiscoveredResourcesRequest.Builder |
includeDeletedResources(Boolean includeDeletedResources)
Specifies whether AWS Config includes deleted resources in the results.
|
ListDiscoveredResourcesRequest.Builder |
limit(Integer limit)
The maximum number of resource identifiers returned on each page.
|
ListDiscoveredResourcesRequest.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. |
ListDiscoveredResourcesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListDiscoveredResourcesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListDiscoveredResourcesRequest.Builder |
resourceIds(Collection<String> resourceIds)
The IDs of only those resources that you want AWS Config to list in the response.
|
ListDiscoveredResourcesRequest.Builder |
resourceIds(String... resourceIds)
The IDs of only those resources that you want AWS Config to list in the response.
|
ListDiscoveredResourcesRequest.Builder |
resourceName(String resourceName)
The custom name of only those resources that you want AWS Config to list in the response.
|
ListDiscoveredResourcesRequest.Builder |
resourceType(ResourceType resourceType)
The type of resources that you want AWS Config to list in the response.
|
ListDiscoveredResourcesRequest.Builder |
resourceType(String resourceType)
The type of resources that you want AWS Config to list in the response.
|
buildrequestOverrideConfigcopyapply, buildListDiscoveredResourcesRequest.Builder resourceType(String resourceType)
The type of resources that you want AWS Config to list in the response.
resourceType - The type of resources that you want AWS Config to list in the response.ResourceType,
ResourceTypeListDiscoveredResourcesRequest.Builder resourceType(ResourceType resourceType)
The type of resources that you want AWS Config to list in the response.
resourceType - The type of resources that you want AWS Config to list in the response.ResourceType,
ResourceTypeListDiscoveredResourcesRequest.Builder resourceIds(Collection<String> resourceIds)
The IDs of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
resourceIds - The IDs of only those resources that you want AWS Config to list in the response. If you do not
specify this parameter, AWS Config lists all resources of the specified type that it has discovered.ListDiscoveredResourcesRequest.Builder resourceIds(String... resourceIds)
The IDs of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
resourceIds - The IDs of only those resources that you want AWS Config to list in the response. If you do not
specify this parameter, AWS Config lists all resources of the specified type that it has discovered.ListDiscoveredResourcesRequest.Builder resourceName(String resourceName)
The custom name of only those resources that you want AWS Config to list in the response. If you do not specify this parameter, AWS Config lists all resources of the specified type that it has discovered.
resourceName - The custom name of only those resources that you want AWS Config to list in the response. If you do
not specify this parameter, AWS Config lists all resources of the specified type that it has
discovered.ListDiscoveredResourcesRequest.Builder limit(Integer limit)
The maximum number of resource identifiers returned on each page. The default is 100. You cannot specify a limit greater than 100. If you specify 0, AWS Config uses the default.
limit - The maximum number of resource identifiers returned on each page. The default is 100. You cannot
specify a limit greater than 100. If you specify 0, AWS Config uses the default.ListDiscoveredResourcesRequest.Builder includeDeletedResources(Boolean includeDeletedResources)
Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources are not included.
includeDeletedResources - Specifies whether AWS Config includes deleted resources in the results. By default, deleted resources
are not included.ListDiscoveredResourcesRequest.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.ListDiscoveredResourcesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListDiscoveredResourcesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.