CopyableBuilder<ListResourcesResponse.Builder,ListResourcesResponse>, SdkBuilder<ListResourcesResponse.Builder,ListResourcesResponse>public static interface ListResourcesResponse.Builder extends CopyableBuilder<ListResourcesResponse.Builder,ListResourcesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListResourcesResponse.Builder |
nextToken(String nextToken) |
The continuation token to use when requesting the next set of results, if there are more results to be
returned.
|
ListResourcesResponse.Builder |
resources(Collection<Resource> resources) |
An array of resources associated with the project.
|
ListResourcesResponse.Builder |
resources(Resource... resources) |
An array of resources associated with the project.
|
copyapply, buildListResourcesResponse.Builder resources(Collection<Resource> resources)
An array of resources associated with the project.
resources - An array of resources associated with the project.ListResourcesResponse.Builder resources(Resource... resources)
An array of resources associated with the project.
NOTE: This method appends the values to the existing list (if any). Use
#setResources(java.util.Collection) or #withResources(java.util.Collection) if you want to
override the existing values.
resources - An array of resources associated with the project.ListResourcesResponse.Builder nextToken(String nextToken)
The continuation token to use when requesting the next set of results, if there are more results to be returned.
nextToken - The continuation token to use when requesting the next set of results, if there are more results to be
returned.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.