public static interface ListStreamingImagesResponse.Builder extends NimbleResponse.Builder, SdkPojo, CopyableBuilder<ListStreamingImagesResponse.Builder,ListStreamingImagesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStreamingImagesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListStreamingImagesResponse.Builder |
streamingImages(Collection<StreamingImage> streamingImages)
A collection of streaming images.
|
ListStreamingImagesResponse.Builder |
streamingImages(Consumer<StreamingImage.Builder>... streamingImages)
A collection of streaming images.
|
ListStreamingImagesResponse.Builder |
streamingImages(StreamingImage... streamingImages)
A collection of streaming images.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStreamingImagesResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListStreamingImagesResponse.Builder streamingImages(Collection<StreamingImage> streamingImages)
A collection of streaming images.
streamingImages - A collection of streaming images.ListStreamingImagesResponse.Builder streamingImages(StreamingImage... streamingImages)
A collection of streaming images.
streamingImages - A collection of streaming images.ListStreamingImagesResponse.Builder streamingImages(Consumer<StreamingImage.Builder>... streamingImages)
A collection of streaming images.
This is a convenience method that creates an instance of theStreamingImage.Builder avoiding the need to create one
manually via StreamingImage.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #streamingImages(List.
streamingImages - a consumer that will call methods on
StreamingImage.Builder#streamingImages(java.util.Collection) Copyright © 2022. All rights reserved.