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 overrun the meximum allowed.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListPlaybackConfigurationsResponse.Builder items(Collection<PlaybackConfiguration> items)
Array of playback configurations. This may be all of the available configurations or a subset, depending on the settings you provide and on the total number of configurations stored.
items
- Array of playback configurations. This may be all of the available configurations or a subset,
depending on the settings you provide and on the total number of configurations stored.ListPlaybackConfigurationsResponse.Builder items(PlaybackConfiguration... items)
Array of playback configurations. This may be all of the available configurations or a subset, depending on the settings you provide and on the total number of configurations stored.
items
- Array of playback configurations. This may be all of the available configurations or a subset,
depending on the settings you provide and on the total number of configurations stored.ListPlaybackConfigurationsResponse.Builder items(Consumer<PlaybackConfiguration.Builder>... items)
Array of playback configurations. This may be all of the available configurations or a subset, depending on the settings you provide and on the total number of configurations stored.
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 #items(List)
.items
- a consumer that will call methods on List.Builder
#items(List)
ListPlaybackConfigurationsResponse.Builder nextToken(String nextToken)
Pagination token returned by the GET list request when results overrun the meximum allowed. Use the token to fetch the next page of results.
nextToken
- Pagination token returned by the GET list request when results overrun the meximum allowed. Use the
token to fetch the next page of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.