public static interface ListProjectsResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResponse.Builder |
nextToken(String nextToken)
The token to use in a subsequent
ListProjects operation to return the next set of results. |
ListProjectsResponse.Builder |
projects(Collection<ProjectSummary> projects)
An array of structures that contain the configuration details of the projects in the Region.
|
ListProjectsResponse.Builder |
projects(Consumer<ProjectSummary.Builder>... projects)
An array of structures that contain the configuration details of the projects in the Region.
|
ListProjectsResponse.Builder |
projects(ProjectSummary... projects)
An array of structures that contain the configuration details of the projects in the Region.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProjectsResponse.Builder nextToken(String nextToken)
The token to use in a subsequent ListProjects operation to return the next set of results.
nextToken - The token to use in a subsequent ListProjects operation to return the next set of
results.ListProjectsResponse.Builder projects(Collection<ProjectSummary> projects)
An array of structures that contain the configuration details of the projects in the Region.
projects - An array of structures that contain the configuration details of the projects in the Region.ListProjectsResponse.Builder projects(ProjectSummary... projects)
An array of structures that contain the configuration details of the projects in the Region.
projects - An array of structures that contain the configuration details of the projects in the Region.ListProjectsResponse.Builder projects(Consumer<ProjectSummary.Builder>... projects)
An array of structures that contain the configuration details of the projects in the Region.
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) Copyright © 2022. All rights reserved.