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 nextToken.
|
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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProjectsResponse.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 nextToken. 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 nextToken. 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 © 2023. All rights reserved.