Interface ListChannelsAssociatedWithChannelFlowRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<ListChannelsAssociatedWithChannelFlowRequest.Builder,ListChannelsAssociatedWithChannelFlowRequest>,SdkBuilder<ListChannelsAssociatedWithChannelFlowRequest.Builder,ListChannelsAssociatedWithChannelFlowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListChannelsAssociatedWithChannelFlowRequest
public static interface ListChannelsAssociatedWithChannelFlowRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<ListChannelsAssociatedWithChannelFlowRequest.Builder,ListChannelsAssociatedWithChannelFlowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListChannelsAssociatedWithChannelFlowRequest.BuilderchannelFlowArn(String channelFlowArn)The ARN of the channel flow.ListChannelsAssociatedWithChannelFlowRequest.BuildermaxResults(Integer maxResults)The maximum number of channels that you want to return.ListChannelsAssociatedWithChannelFlowRequest.BuildernextToken(String nextToken)The token passed by previous API calls until all requested channels are returned.ListChannelsAssociatedWithChannelFlowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChannelsAssociatedWithChannelFlowRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
channelFlowArn
ListChannelsAssociatedWithChannelFlowRequest.Builder channelFlowArn(String channelFlowArn)
The ARN of the channel flow.
- Parameters:
channelFlowArn- The ARN of the channel flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListChannelsAssociatedWithChannelFlowRequest.Builder maxResults(Integer maxResults)
The maximum number of channels that you want to return.
- Parameters:
maxResults- The maximum number of channels that you want to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListChannelsAssociatedWithChannelFlowRequest.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.
-
overrideConfiguration
ListChannelsAssociatedWithChannelFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListChannelsAssociatedWithChannelFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-