public static interface ListApplicationsResponse.Builder extends ServiceCatalogAppRegistryResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResponse.Builder |
applications(ApplicationSummary... applications)
This list of applications.
|
ListApplicationsResponse.Builder |
applications(Collection<ApplicationSummary> applications)
This list of applications.
|
ListApplicationsResponse.Builder |
applications(Consumer<ApplicationSummary.Builder>... applications)
This list of applications.
|
ListApplicationsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next page of results after a previous API call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationsResponse.Builder applications(Collection<ApplicationSummary> applications)
This list of applications.
applications - This list of applications.ListApplicationsResponse.Builder applications(ApplicationSummary... applications)
This list of applications.
applications - This list of applications.ListApplicationsResponse.Builder applications(Consumer<ApplicationSummary.Builder>... applications)
This list of applications.
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 use to get the next page of results after a previous API call.
nextToken - The token to use to get the next page of results after a previous API call.Copyright © 2021. All rights reserved.