Interface ListProjectsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListProjectsResponse.Builder,,ListProjectsResponse> Iot1ClickProjectsResponse.Builder,SdkBuilder<ListProjectsResponse.Builder,,ListProjectsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListProjectsResponse
public static interface ListProjectsResponse.Builder
extends Iot1ClickProjectsResponse.Builder, SdkPojo, CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe token used to retrieve the next set of results - will be effectively empty if there are no further results.projects(Collection<ProjectSummary> projects) An object containing the list of projects.projects(Consumer<ProjectSummary.Builder>... projects) An object containing the list of projects.projects(ProjectSummary... projects) An object containing the list of projects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot1clickprojects.model.Iot1ClickProjectsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
projects
An object containing the list of projects.
- Parameters:
 projects- An object containing the list of projects.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
projects
An object containing the list of projects.
- Parameters:
 projects- An object containing the list of projects.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
projects
An object containing the list of projects.
This is a convenience method that creates an instance of theProjectSummary.Builderavoiding the need to create one manually viaProjectSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprojects(List<ProjectSummary>).- Parameters:
 projects- a consumer that will call methods onProjectSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The token used to retrieve the next set of results - will be effectively empty if there are no further results.
- Parameters:
 nextToken- The token used to retrieve the next set of results - will be effectively empty if there are no further results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -