Interface ChannelsResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChannelsResponse.Builder,
,ChannelsResponse> SdkBuilder<ChannelsResponse.Builder,
,ChannelsResponse> SdkPojo
- Enclosing class:
ChannelsResponse
@Mutable
@NotThreadSafe
public static interface ChannelsResponse.Builder
extends SdkPojo, CopyableBuilder<ChannelsResponse.Builder,ChannelsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchannels
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-