Interface AssociateChannelFlowRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<AssociateChannelFlowRequest.Builder,,AssociateChannelFlowRequest> SdkBuilder<AssociateChannelFlowRequest.Builder,,AssociateChannelFlowRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 AssociateChannelFlowRequest
public static interface AssociateChannelFlowRequest.Builder
extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<AssociateChannelFlowRequest.Builder,AssociateChannelFlowRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionchannelArn(String channelArn) The ARN of the channel.channelFlowArn(String channelFlowArn) The ARN of the channel flow.chimeBearer(String chimeBearer) TheAppInstanceUserArnof the user making the API call.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
channelArn
The ARN of the channel.
- Parameters:
 channelArn- The ARN of the channel.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
 
 - 
chimeBearer
The
AppInstanceUserArnof the user making the API call.- Parameters:
 chimeBearer- TheAppInstanceUserArnof the user making the API call.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
AssociateChannelFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
AssociateChannelFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -