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 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 #streamingImages(List) .streamingImages - a consumer that will call methods on List.Builder #streamingImages(List) Copyright © 2021. All rights reserved.