public static interface ChannelsResponse.Builder extends SdkPojo, CopyableBuilder<ChannelsResponse.Builder,ChannelsResponse>
Modifier and Type | Method and Description |
---|---|
ChannelsResponse.Builder |
channels(Map<String,ChannelResponse> channels)
A map of channels, with the ChannelType as the key and the Channel as the value.
|
copy
applyMutation, build
ChannelsResponse.Builder channels(Map<String,ChannelResponse> channels)
channels
- A map of channels, with the ChannelType as the key and the Channel as the value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.