Interface DeleteChannelModeratorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeRequest.Builder
,CopyableBuilder<DeleteChannelModeratorRequest.Builder,
,DeleteChannelModeratorRequest> SdkBuilder<DeleteChannelModeratorRequest.Builder,
,DeleteChannelModeratorRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteChannelModeratorRequest
public static interface DeleteChannelModeratorRequest.Builder
extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<DeleteChannelModeratorRequest.Builder,DeleteChannelModeratorRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchannelArn
(String channelArn) The ARN of the channel.channelModeratorArn
(String channelModeratorArn) The ARN of the moderator being deleted.chimeBearer
(String chimeBearer) TheAppInstanceUserArn
of 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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.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 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 being deleted.
- Parameters:
channelModeratorArn
- The ARN of the moderator being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeBearer
The
AppInstanceUserArn
of the user that makes the API call.- Parameters:
chimeBearer
- TheAppInstanceUserArn
of the user that makes the API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteChannelModeratorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteChannelModeratorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-