public static interface ListAppImageConfigsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListAppImageConfigsResponse.Builder,ListAppImageConfigsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppImageConfigsResponse.Builder |
appImageConfigs(AppImageConfigDetails... appImageConfigs)
A list of AppImageConfigs and their properties.
|
ListAppImageConfigsResponse.Builder |
appImageConfigs(Collection<AppImageConfigDetails> appImageConfigs)
A list of AppImageConfigs and their properties.
|
ListAppImageConfigsResponse.Builder |
appImageConfigs(Consumer<AppImageConfigDetails.Builder>... appImageConfigs)
A list of AppImageConfigs and their properties.
|
ListAppImageConfigsResponse.Builder |
nextToken(String nextToken)
A token for getting the next set of AppImageConfigs, if there are any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppImageConfigsResponse.Builder nextToken(String nextToken)
A token for getting the next set of AppImageConfigs, if there are any.
nextToken - A token for getting the next set of AppImageConfigs, if there are any.ListAppImageConfigsResponse.Builder appImageConfigs(Collection<AppImageConfigDetails> appImageConfigs)
A list of AppImageConfigs and their properties.
appImageConfigs - A list of AppImageConfigs and their properties.ListAppImageConfigsResponse.Builder appImageConfigs(AppImageConfigDetails... appImageConfigs)
A list of AppImageConfigs and their properties.
appImageConfigs - A list of AppImageConfigs and their properties.ListAppImageConfigsResponse.Builder appImageConfigs(Consumer<AppImageConfigDetails.Builder>... appImageConfigs)
A list of AppImageConfigs and their properties.
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 #appImageConfigs(List) .appImageConfigs - a consumer that will call methods on List.Builder #appImageConfigs(List) Copyright © 2022. All rights reserved.