CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse>
, SdkBuilder<ListProjectsResponse.Builder,ListProjectsResponse>
public static interface ListProjectsResponse.Builder extends CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListProjectsResponse.Builder |
nextToken(String nextToken) |
The continuation token to use when requesting the next set of results, if there are more results to be
returned.
|
ListProjectsResponse.Builder |
projects(Collection<ProjectSummary> projects) |
A list of projects.
|
ListProjectsResponse.Builder |
projects(ProjectSummary... projects) |
A list of projects.
|
copy
apply, build
ListProjectsResponse.Builder projects(Collection<ProjectSummary> projects)
A list of projects.
projects
- A list of projects.ListProjectsResponse.Builder projects(ProjectSummary... projects)
A list of projects.
NOTE: This method appends the values to the existing list (if any). Use
#setProjects(java.util.Collection)
or #withProjects(java.util.Collection)
if you want to
override the existing values.
projects
- A list of projects.ListProjectsResponse.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.