Interface DisassociateChannelFlowRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<DisassociateChannelFlowRequest.Builder,DisassociateChannelFlowRequest>,SdkBuilder<DisassociateChannelFlowRequest.Builder,DisassociateChannelFlowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateChannelFlowRequest
public static interface DisassociateChannelFlowRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<DisassociateChannelFlowRequest.Builder,DisassociateChannelFlowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateChannelFlowRequest.BuilderchannelArn(String channelArn)The ARN of the channel.DisassociateChannelFlowRequest.BuilderchannelFlowArn(String channelFlowArn)The ARN of the channel flow.DisassociateChannelFlowRequest.BuilderchimeBearer(String chimeBearer)TheAppInstanceUserArnof the user making the API call.DisassociateChannelFlowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateChannelFlowRequest.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
DisassociateChannelFlowRequest.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
DisassociateChannelFlowRequest.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
DisassociateChannelFlowRequest.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
DisassociateChannelFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateChannelFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-