public static interface ListChannelsResponse.Builder extends MediaLiveResponse.Builder, CopyableBuilder<ListChannelsResponse.Builder,ListChannelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResponse.Builder |
channels(ChannelSummary... channels)
Sets the value of the Channels property for this object.
|
ListChannelsResponse.Builder |
channels(Collection<ChannelSummary> channels)
Sets the value of the Channels property for this object.
|
ListChannelsResponse.Builder |
channels(Consumer<ChannelSummary.Builder>... channels)
Sets the value of the Channels property for this object.
|
ListChannelsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListChannelsResponse.Builder channels(Collection<ChannelSummary> channels)
channels - The new value for the Channels property for this object.ListChannelsResponse.Builder channels(ChannelSummary... channels)
channels - The new value for the Channels property for this object.ListChannelsResponse.Builder channels(Consumer<ChannelSummary.Builder>... channels)
List.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 #channels(List) .channels - a consumer that will call methods on List.Builder #channels(List) ListChannelsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.