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(Resource... resources)
An array of resources associated with the project.
|
build
copy
apply, build
ListResourcesResponse.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 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.