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) |
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique
string called a next token.
|
ListProjectsResponse.Builder |
projects(String... projects) |
The list of build project names, with each build project name representing a single build project.
|
ListProjectsResponse.Builder |
projects(Collection<String> projects) |
The list of build project names, with each build project name representing a single build project.
|
copy
apply, build
ListProjectsResponse.Builder nextToken(String nextToken)
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.
nextToken
- If there are more than 100 items in the list, only the first 100 items are returned, along with a
unique string called a next token. To get the next batch of items in the list, call this
operation again, adding the next token to the call.ListProjectsResponse.Builder projects(Collection<String> projects)
The list of build project names, with each build project name representing a single build project.
projects
- The list of build project names, with each build project name representing a single build project.ListProjectsResponse.Builder projects(String... projects)
The list of build project names, with each build project name representing a single build project.
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
- The list of build project names, with each build project name representing a single build project.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.