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