public static interface ListProjectsResponse.Builder extends Iot1ClickProjectsResponse.Builder, SdkPojo, CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResponse.Builder |
nextToken(String nextToken)
The token used to retrieve the next set of results - will be effectively empty if there are no further
results.
|
ListProjectsResponse.Builder |
projects(Collection<ProjectSummary> projects)
An object containing the list of projects.
|
ListProjectsResponse.Builder |
projects(Consumer<ProjectSummary.Builder>... projects)
An object containing the list of projects.
|
ListProjectsResponse.Builder |
projects(ProjectSummary... projects)
An object containing the list of projects.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListProjectsResponse.Builder projects(Collection<ProjectSummary> projects)
An object containing the list of projects.
projects - An object containing the list of projects.ListProjectsResponse.Builder projects(ProjectSummary... projects)
An object containing the list of projects.
projects - An object containing the list of projects.ListProjectsResponse.Builder projects(Consumer<ProjectSummary.Builder>... projects)
An object containing the list of projects.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #projects(List) .projects - a consumer that will call methods on List.Builder #projects(List) ListProjectsResponse.Builder nextToken(String nextToken)
The token used to retrieve the next set of results - will be effectively empty if there are no further results.
nextToken - The token used to retrieve the next set of results - will be effectively empty if there are no further
results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.