public static interface ListDiscoveredResourcesResponse.Builder extends MigrationHubResponse.Builder, CopyableBuilder<ListDiscoveredResourcesResponse.Builder,ListDiscoveredResourcesResponse>
Modifier and Type | Method and Description |
---|---|
ListDiscoveredResourcesResponse.Builder |
discoveredResourceList(Collection<DiscoveredResource> discoveredResourceList)
Returned list of discovered resources associated with the given MigrationTask.
|
ListDiscoveredResourcesResponse.Builder |
discoveredResourceList(DiscoveredResource... discoveredResourceList)
Returned list of discovered resources associated with the given MigrationTask.
|
ListDiscoveredResourcesResponse.Builder |
nextToken(String nextToken)
If there are more discovered resources than the max result, return the next token to be passed to the next
call as a bookmark of where to start from.
|
build
copy
apply, build
ListDiscoveredResourcesResponse.Builder nextToken(String nextToken)
If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
nextToken
- If there are more discovered resources than the max result, return the next token to be passed to the
next call as a bookmark of where to start from.ListDiscoveredResourcesResponse.Builder discoveredResourceList(Collection<DiscoveredResource> discoveredResourceList)
Returned list of discovered resources associated with the given MigrationTask.
discoveredResourceList
- Returned list of discovered resources associated with the given MigrationTask.ListDiscoveredResourcesResponse.Builder discoveredResourceList(DiscoveredResource... discoveredResourceList)
Returned list of discovered resources associated with the given MigrationTask.
discoveredResourceList
- Returned list of discovered resources associated with the given MigrationTask.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.