public static interface GetImagesResponse.Builder extends KinesisVideoArchivedMediaResponse.Builder, SdkPojo, CopyableBuilder<GetImagesResponse.Builder,GetImagesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetImagesResponse.Builder |
images(Collection<Image> images)
The list of images generated from the video stream.
|
GetImagesResponse.Builder |
images(Consumer<Image.Builder>... images)
The list of images generated from the video stream.
|
GetImagesResponse.Builder |
images(Image... images)
The list of images generated from the video stream.
|
GetImagesResponse.Builder |
nextToken(String nextToken)
The encrypted token that was used in the request to get more images.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetImagesResponse.Builder images(Collection<Image> images)
The list of images generated from the video stream. If there is no media available for the given timestamp,
the NO_MEDIA error will be listed in the output. If an error occurs while the image is being
generated, the MEDIA_ERROR will be listed in the output as the cause of the missing image.
images - The list of images generated from the video stream. If there is no media available for the given
timestamp, the NO_MEDIA error will be listed in the output. If an error occurs while the
image is being generated, the MEDIA_ERROR will be listed in the output as the cause of
the missing image.GetImagesResponse.Builder images(Image... images)
The list of images generated from the video stream. If there is no media available for the given timestamp,
the NO_MEDIA error will be listed in the output. If an error occurs while the image is being
generated, the MEDIA_ERROR will be listed in the output as the cause of the missing image.
images - The list of images generated from the video stream. If there is no media available for the given
timestamp, the NO_MEDIA error will be listed in the output. If an error occurs while the
image is being generated, the MEDIA_ERROR will be listed in the output as the cause of
the missing image.GetImagesResponse.Builder images(Consumer<Image.Builder>... images)
The list of images generated from the video stream. If there is no media available for the given timestamp,
the NO_MEDIA error will be listed in the output. If an error occurs while the image is being
generated, the MEDIA_ERROR will be listed in the output as the cause of the missing image.
Image.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) GetImagesResponse.Builder nextToken(String nextToken)
The encrypted token that was used in the request to get more images.
nextToken - The encrypted token that was used in the request to get more images.Copyright © 2023. All rights reserved.