public static interface ListChannelFlowsResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<ListChannelFlowsResponse.Builder,ListChannelFlowsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChannelFlowsResponse.Builder |
channelFlows(ChannelFlowSummary... channelFlows)
The information about each channel flow.
|
ListChannelFlowsResponse.Builder |
channelFlows(Collection<ChannelFlowSummary> channelFlows)
The information about each channel flow.
|
ListChannelFlowsResponse.Builder |
channelFlows(Consumer<ChannelFlowSummary.Builder>... channelFlows)
The information about each channel flow.
|
ListChannelFlowsResponse.Builder |
nextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelFlowsResponse.Builder channelFlows(Collection<ChannelFlowSummary> channelFlows)
The information about each channel flow.
channelFlows - The information about each channel flow.ListChannelFlowsResponse.Builder channelFlows(ChannelFlowSummary... channelFlows)
The information about each channel flow.
channelFlows - The information about each channel flow.ListChannelFlowsResponse.Builder channelFlows(Consumer<ChannelFlowSummary.Builder>... channelFlows)
The information about each channel flow.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #channelFlows(List) .channelFlows - a consumer that will call methods on List.Builder #channelFlows(List) ListChannelFlowsResponse.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.