Interface ChannelsResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelsResponse.Builder,ChannelsResponse>,SdkBuilder<ChannelsResponse.Builder,ChannelsResponse>,SdkPojo
- Enclosing class:
- ChannelsResponse
public static interface ChannelsResponse.Builder extends SdkPojo, CopyableBuilder<ChannelsResponse.Builder,ChannelsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelsResponse.Builderchannels(Map<String,ChannelResponse> channels)A map that contains a multipart response for each channel.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
channels
ChannelsResponse.Builder channels(Map<String,ChannelResponse> channels)
A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.
- Parameters:
channels- A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-