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 method that creates an instance of theAppDetails.Builder avoiding the need to create one
manually via AppDetails.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
AppDetails.Builder#apps(java.util.Collection) 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 © 2022. All rights reserved.