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