Interface CreateChannelModeratorRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<CreateChannelModeratorRequest.Builder,,CreateChannelModeratorRequest> SdkBuilder<CreateChannelModeratorRequest.Builder,,CreateChannelModeratorRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateChannelModeratorRequest
public static interface CreateChannelModeratorRequest.Builder
extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<CreateChannelModeratorRequest.Builder,CreateChannelModeratorRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionchannelArn(String channelArn) The ARN of the channel.channelModeratorArn(String channelModeratorArn) The ARN of the moderator.chimeBearer(String chimeBearer) TheAppInstanceUserArnof the user that makes 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.chime.model.ChimeRequest.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.
 
 - 
channelModeratorArn
The ARN of the moderator.
- Parameters:
 channelModeratorArn- The ARN of the moderator.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
chimeBearer
The
AppInstanceUserArnof the user that makes the API call.- Parameters:
 chimeBearer- TheAppInstanceUserArnof the user that makes the API call.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
CreateChannelModeratorRequest.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
CreateChannelModeratorRequest.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.
 
 
 -