public static interface ListProjectsResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResponse.Builder |
items(Collection<ProjectSummary> items)
Information about the projects.
|
ListProjectsResponse.Builder |
items(Consumer<ProjectSummary.Builder>... items)
Information about the projects.
|
ListProjectsResponse.Builder |
items(ProjectSummary... items)
Information about the projects.
|
ListProjectsResponse.Builder |
nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProjectsResponse.Builder nextToken(String nextToken)
A token returned from a call to this API to indicate the next batch of results to return, if any.
nextToken - A token returned from a call to this API to indicate the next batch of results to return, if any.ListProjectsResponse.Builder items(Collection<ProjectSummary> items)
Information about the projects.
items - Information about the projects.ListProjectsResponse.Builder items(ProjectSummary... items)
Information about the projects.
items - Information about the projects.ListProjectsResponse.Builder items(Consumer<ProjectSummary.Builder>... items)
Information about the 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 #items(List.
items - a consumer that will call methods on
ProjectSummary.Builder#items(java.util.Collection) Copyright © 2022. All rights reserved.