Interface ListChannelFlowsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkMessagingResponse.Builder,CopyableBuilder<ListChannelFlowsResponse.Builder,ListChannelFlowsResponse>,SdkBuilder<ListChannelFlowsResponse.Builder,ListChannelFlowsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListChannelFlowsResponse
public static interface ListChannelFlowsResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<ListChannelFlowsResponse.Builder,ListChannelFlowsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelFlowsResponse.BuilderchannelFlows(Collection<ChannelFlowSummary> channelFlows)The information about each channel flow.ListChannelFlowsResponse.BuilderchannelFlows(Consumer<ChannelFlowSummary.Builder>... channelFlows)The information about each channel flow.ListChannelFlowsResponse.BuilderchannelFlows(ChannelFlowSummary... channelFlows)The information about each channel flow.ListChannelFlowsResponse.BuildernextToken(String nextToken)The token passed by previous API calls until all requested channels are returned.-
Methods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
channelFlows
ListChannelFlowsResponse.Builder channelFlows(Collection<ChannelFlowSummary> channelFlows)
The information about each channel flow.
- Parameters:
channelFlows- The information about each channel flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelFlows
ListChannelFlowsResponse.Builder channelFlows(ChannelFlowSummary... channelFlows)
The information about each channel flow.
- Parameters:
channelFlows- The information about each channel flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelFlows
ListChannelFlowsResponse.Builder channelFlows(Consumer<ChannelFlowSummary.Builder>... channelFlows)
The information about each channel flow.
This is a convenience method that creates an instance of theChannelFlowSummary.Builderavoiding the need to create one manually viaChannelFlowSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#channelFlows(List.) - Parameters:
channelFlows- a consumer that will call methods onChannelFlowSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#channelFlows(java.util.Collection)
-
nextToken
ListChannelFlowsResponse.Builder nextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
- Parameters:
nextToken- The token passed by previous API calls until all requested channels are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-