public static interface ListAppsResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<ListAppsResponse.Builder,ListAppsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponse.Builder |
apps(App... apps)
List of Amplify Apps.
|
ListAppsResponse.Builder |
apps(Collection<App> apps)
List of Amplify Apps.
|
ListAppsResponse.Builder |
apps(Consumer<App.Builder>... apps)
List of Amplify Apps.
|
ListAppsResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppsResponse.Builder apps(Collection<App> apps)
List of Amplify Apps.
apps - List of Amplify Apps.ListAppsResponse.Builder apps(App... apps)
List of Amplify Apps.
apps - List of Amplify Apps.ListAppsResponse.Builder apps(Consumer<App.Builder>... apps)
List of Amplify Apps.
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 #apps(List) .apps - a consumer that will call methods on List.Builder #apps(List) ListAppsResponse.Builder nextToken(String nextToken)
Pagination token. Set to null to start listing Apps from start. If non-null pagination token is returned in a result, then pass its value in here to list more projects.
nextToken - Pagination token. Set to null to start listing Apps from start. If non-null pagination token is
returned in a result, then pass its value in here to list more projects.Copyright © 2020. All rights reserved.