CopyableBuilder<ListDiscoveredResourcesResponse.Builder,ListDiscoveredResourcesResponse>
, SdkBuilder<ListDiscoveredResourcesResponse.Builder,ListDiscoveredResourcesResponse>
public static interface ListDiscoveredResourcesResponse.Builder extends CopyableBuilder<ListDiscoveredResourcesResponse.Builder,ListDiscoveredResourcesResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
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.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setResourceIdentifiers(java.util.Collection)
or
#withResourceIdentifiers(java.util.Collection)
if you want to override the existing values.
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.