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 theChannelFlowSummary.Builder avoiding the need
to create one manually via
ChannelFlowSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #channelFlows(List.
channelFlows - a consumer that will call methods on
ChannelFlowSummary.Builder#channelFlows(java.util.Collection) 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 © 2023. All rights reserved.