public static interface ListApplicationsResponse.Builder extends ServerlessApplicationRepositoryResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResponse.Builder |
applications(ApplicationSummary... applications)
An array of application summaries.
|
ListApplicationsResponse.Builder |
applications(Collection<ApplicationSummary> applications)
An array of application summaries.
|
ListApplicationsResponse.Builder |
applications(Consumer<ApplicationSummary.Builder>... applications)
An array of application summaries.
|
ListApplicationsResponse.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationsResponse.Builder applications(Collection<ApplicationSummary> applications)
An array of application summaries.
applications - An array of application summaries.ListApplicationsResponse.Builder applications(ApplicationSummary... applications)
An array of application summaries.
applications - An array of application summaries.ListApplicationsResponse.Builder applications(Consumer<ApplicationSummary.Builder>... applications)
An array of application summaries.
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 #applications(List) .applications - a consumer that will call methods on List.Builder #applications(List) ListApplicationsResponse.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.Copyright © 2021. All rights reserved.