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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateChannelFlowRequest.BuilderchannelArn(String channelArn)The ARN of the channel.AssociateChannelFlowRequest.BuilderchannelFlowArn(String channelFlowArn)The ARN of the channel flow.AssociateChannelFlowRequest.BuilderchimeBearer(String chimeBearer)TheAppInstanceUserArnof the user making the API call.AssociateChannelFlowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateChannelFlowRequest.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
-
channelArn
AssociateChannelFlowRequest.Builder channelArn(String 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
AssociateChannelFlowRequest.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.
-
chimeBearer
AssociateChannelFlowRequest.Builder chimeBearer(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateChannelFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-