public static interface ListResourcesResponse.Builder extends CodeStarResponse.Builder, CopyableBuilder<ListResourcesResponse.Builder,ListResourcesResponse>
| Modifier and Type | Method and 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(Consumer<Resource.Builder>... resources)
An array of resources associated with the project.
|
ListResourcesResponse.Builder |
resources(Resource... resources)
An array of resources associated with the project.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.
resources - An array of resources associated with the project.ListResourcesResponse.Builder resources(Consumer<Resource.Builder>... resources)
An array of resources associated with the project.
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 #resources(List) .resources - a consumer that will call methods on List.Builder #resources(List) 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.