public static interface ListPlaybackConfigurationsResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<ListPlaybackConfigurationsResponse.Builder,ListPlaybackConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPlaybackConfigurationsResponse.Builder |
items(Collection<PlaybackConfiguration> items)
Array of playback configurations.
|
ListPlaybackConfigurationsResponse.Builder |
items(Consumer<PlaybackConfiguration.Builder>... items)
Array of playback configurations.
|
ListPlaybackConfigurationsResponse.Builder |
items(PlaybackConfiguration... items)
Array of playback configurations.
|
ListPlaybackConfigurationsResponse.Builder |
nextToken(String nextToken)
Pagination token returned by the GET list request when results exceed the maximum allowed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPlaybackConfigurationsResponse.Builder items(Collection<PlaybackConfiguration> items)
Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
items - Array of playback configurations. This might be all the available configurations or a subset,
depending on the settings that you provide and the total number of configurations stored.ListPlaybackConfigurationsResponse.Builder items(PlaybackConfiguration... items)
Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
items - Array of playback configurations. This might be all the available configurations or a subset,
depending on the settings that you provide and the total number of configurations stored.ListPlaybackConfigurationsResponse.Builder items(Consumer<PlaybackConfiguration.Builder>... items)
Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.
This is a convenience method that creates an instance of thePlaybackConfiguration.Builder avoiding the need to
create one manually via
PlaybackConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
PlaybackConfiguration.Builder#items(java.util.Collection) ListPlaybackConfigurationsResponse.Builder nextToken(String nextToken)
Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken - Pagination token returned by the GET list request when results exceed the maximum allowed. Use the
token to fetch the next page of results.Copyright © 2022. All rights reserved.