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 method that creates an instance of theApplicationSummary.Builder avoiding
the need to create one manually via
ApplicationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #applications(List.
applications - a consumer that will call methods on
ApplicationSummary.Builder#applications(java.util.Collection) 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 © 2023. All rights reserved.