public static interface ListDiscoveredResourcesResponse.Builder extends ConfigResponse.Builder, CopyableBuilder<ListDiscoveredResourcesResponse.Builder,ListDiscoveredResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDiscoveredResourcesResponse.Builder |
nextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
ListDiscoveredResourcesResponse.Builder |
resourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and
(if available) the custom resource name.
|
ListDiscoveredResourcesResponse.Builder |
resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and
(if available) the custom resource name.
|
buildcopyapply, buildListDiscoveredResourcesResponse.Builder resourceIdentifiers(Collection<ResourceIdentifier> resourceIdentifiers)
The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
resourceIdentifiers - The details that identify a resource that is discovered by AWS Config, including the resource type,
ID, and (if available) the custom resource name.ListDiscoveredResourcesResponse.Builder resourceIdentifiers(ResourceIdentifier... resourceIdentifiers)
The details that identify a resource that is discovered by AWS Config, including the resource type, ID, and (if available) the custom resource name.
resourceIdentifiers - The details that identify a resource that is discovered by AWS Config, including the resource type,
ID, and (if available) the custom resource name.ListDiscoveredResourcesResponse.Builder nextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken - The string that you use in a subsequent request to get the next page of results in a paginated
response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.