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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theProjectSummary.Builder avoiding the need to
create one manually via
ProjectSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #projects(List.
projects - a consumer that will call methods on
ProjectSummary.Builder#projects(java.util.Collection) 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 © 2022. All rights reserved.