public static interface ListChannelsAssociatedWithChannelFlowRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<ListChannelsAssociatedWithChannelFlowRequest.Builder,ListChannelsAssociatedWithChannelFlowRequest>
| Modifier and Type | Method and Description |
|---|---|
ListChannelsAssociatedWithChannelFlowRequest.Builder |
channelFlowArn(String channelFlowArn)
The ARN of the channel flow.
|
ListChannelsAssociatedWithChannelFlowRequest.Builder |
maxResults(Integer maxResults)
The maximum number of channels that you want to return.
|
ListChannelsAssociatedWithChannelFlowRequest.Builder |
nextToken(String nextToken)
The token passed by previous API calls until all requested channels are returned.
|
ListChannelsAssociatedWithChannelFlowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelsAssociatedWithChannelFlowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelsAssociatedWithChannelFlowRequest.Builder channelFlowArn(String channelFlowArn)
The ARN of the channel flow.
channelFlowArn - The ARN of the channel flow.ListChannelsAssociatedWithChannelFlowRequest.Builder maxResults(Integer maxResults)
The maximum number of channels that you want to return.
maxResults - The maximum number of channels that you want to return.ListChannelsAssociatedWithChannelFlowRequest.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.ListChannelsAssociatedWithChannelFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListChannelsAssociatedWithChannelFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.