public static interface ListAppsResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<ListAppsResponse.Builder,ListAppsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponse.Builder |
apps(App... apps)
A list of Amplify apps.
|
ListAppsResponse.Builder |
apps(Collection<App> apps)
A list of Amplify apps.
|
ListAppsResponse.Builder |
apps(Consumer<App.Builder>... apps)
A list of Amplify apps.
|
ListAppsResponse.Builder |
nextToken(String nextToken)
A pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppsResponse.Builder apps(Collection<App> apps)
A list of Amplify apps.
apps - A list of Amplify apps.ListAppsResponse.Builder apps(App... apps)
A list of Amplify apps.
apps - A list of Amplify apps.ListAppsResponse.Builder apps(Consumer<App.Builder>... apps)
A 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)
A pagination token. Set to null to start listing apps from start. If non-null, the pagination token is returned in a result. Pass its value in here to list more projects.
nextToken - A pagination token. Set to null to start listing apps from start. If non-null, the pagination token is
returned in a result. Pass its value in here to list more projects.Copyright © 2022. All rights reserved.