public static interface ListAppsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListAppsResponse.Builder,ListAppsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppsResponse.Builder |
apps(AppDetails... apps)
The list of apps.
|
ListAppsResponse.Builder |
apps(Collection<AppDetails> apps)
The list of apps.
|
ListAppsResponse.Builder |
apps(Consumer<AppDetails.Builder>... apps)
The list of apps.
|
ListAppsResponse.Builder |
nextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppsResponse.Builder apps(Collection<AppDetails> apps)
The list of apps.
apps - The list of apps.ListAppsResponse.Builder apps(AppDetails... apps)
The list of apps.
apps - The list of apps.ListAppsResponse.Builder apps(Consumer<AppDetails.Builder>... apps)
The list of 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)
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to
receive the next set of results.Copyright © 2020. All rights reserved.