public static interface ListChannelsResponse.Builder extends MediaLiveResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
ChannelSummary.Builder avoiding the need to create
one manually via ChannelSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #channels(List.
channels - a consumer that will call methods on
ChannelSummary.Builder#channels(java.util.Collection) ListChannelsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2022. All rights reserved.