public static interface ListChannelsAssociatedWithChannelFlowResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<ListChannelsAssociatedWithChannelFlowResponse.Builder,ListChannelsAssociatedWithChannelFlowResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChannelsAssociatedWithChannelFlowResponse.Builder |
channels(ChannelAssociatedWithFlowSummary... channels)
The information about each channel.
|
ListChannelsAssociatedWithChannelFlowResponse.Builder |
channels(Collection<ChannelAssociatedWithFlowSummary> channels)
The information about each channel.
|
ListChannelsAssociatedWithChannelFlowResponse.Builder |
channels(Consumer<ChannelAssociatedWithFlowSummary.Builder>... channels)
The information about each channel.
|
ListChannelsAssociatedWithChannelFlowResponse.Builder |
nextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelsAssociatedWithChannelFlowResponse.Builder channels(Collection<ChannelAssociatedWithFlowSummary> channels)
The information about each channel.
channels - The information about each channel.ListChannelsAssociatedWithChannelFlowResponse.Builder channels(ChannelAssociatedWithFlowSummary... channels)
The information about each channel.
channels - The information about each channel.ListChannelsAssociatedWithChannelFlowResponse.Builder channels(Consumer<ChannelAssociatedWithFlowSummary.Builder>... channels)
The information about each channel.
This is a convenience method that creates an instance of theChannelAssociatedWithFlowSummary.Builder
avoiding the need to create one manually via
ChannelAssociatedWithFlowSummary.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
ChannelAssociatedWithFlowSummary.Builder#channels(java.util.Collection) ListChannelsAssociatedWithChannelFlowResponse.Builder nextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
nextToken - The token passed by previous API calls until all requested channels are returned.Copyright © 2022. All rights reserved.