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