Interface ListProjectsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodeBuildResponse.Builder,CopyableBuilder<ListProjectsResponse.Builder,,ListProjectsResponse> SdkBuilder<ListProjectsResponse.Builder,,ListProjectsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListProjectsResponse
@Mutable
@NotThreadSafe
public static interface ListProjectsResponse.Builder
extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionIf there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken.The list of build project names, with each build project name representing a single build project.projects(Collection<String> projects) The list of build project names, with each build project name representing a single build project.Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
projects
The list of build project names, with each build project name representing a single build project.
- Parameters:
 projects- The list of build project names, with each build project name representing a single build project.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
projects
The list of build project names, with each build project name representing a single build project.
- Parameters:
 projects- The list of build project names, with each build project name representing a single build project.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -