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(Consumer<ResourceIdentifier.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 resourceIdentifiers(Consumer<ResourceIdentifier.Builder>... 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.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #resourceIdentifiers(List) .resourceIdentifiers - a consumer that will call methods on List.Builder #resourceIdentifiers(List) 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.