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 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) Copyright © 2023. All rights reserved.