public static interface ListProjectsResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse>
Modifier and Type | Method and 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(Collection<String> 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.
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.