public static interface ListProjectsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResponse.Builder |
items(Collection<ProjectSummary> items)
The results of the
ListProjects action. |
ListProjectsResponse.Builder |
items(Consumer<ProjectSummary.Builder>... items)
The results of the
ListProjects action. |
ListProjectsResponse.Builder |
items(ProjectSummary... items)
The results of the
ListProjects action. |
ListProjectsResponse.Builder |
nextToken(String nextToken)
When the number of projects is greater than the default value for the
MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of projects, the
response includes a pagination token named NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProjectsResponse.Builder items(Collection<ProjectSummary> items)
The results of the ListProjects action.
items - The results of the ListProjects action.ListProjectsResponse.Builder items(ProjectSummary... items)
The results of the ListProjects action.
items - The results of the ListProjects action.ListProjectsResponse.Builder items(Consumer<ProjectSummary.Builder>... items)
The results of the ListProjects action.
ProjectSummary.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) ListProjectsResponse.Builder nextToken(String nextToken)
When the number of projects is greater than the default value for the MaxResults parameter, or
if you explicitly specify a value for MaxResults that is less than the number of projects, the
response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListProjects to list the next set of
projects.
nextToken - When the number of projects is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the
number of projects, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to ListProjects to list
the next set of projects.Copyright © 2023. All rights reserved.