Interface DeleteChannelMembershipRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<DeleteChannelMembershipRequest.Builder,,DeleteChannelMembershipRequest> SdkBuilder<DeleteChannelMembershipRequest.Builder,,DeleteChannelMembershipRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DeleteChannelMembershipRequest
public static interface DeleteChannelMembershipRequest.Builder
extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<DeleteChannelMembershipRequest.Builder,DeleteChannelMembershipRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchannelArn(String channelArn) The ARN of the channel from which you want to remove the user.chimeBearer(String chimeBearer) The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.TheAppInstanceUserArnof the member that you're removing from the channel.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.subChannelId(String subChannelId) The ID of the SubChannel in the request.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 from which you want to remove the user.
- Parameters:
channelArn- The ARN of the channel from which you want to remove the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberArn
The
AppInstanceUserArnof the member that you're removing from the channel.- Parameters:
memberArn- TheAppInstanceUserArnof the member that you're removing from the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeBearer
The ARN of the
AppInstanceUserorAppInstanceBotthat makes the API call.- Parameters:
chimeBearer- The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subChannelId
The ID of the SubChannel in the request.
Only for use by moderators.
- Parameters:
subChannelId- The ID of the SubChannel in the request.Only for use by moderators.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteChannelMembershipRequest.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
DeleteChannelMembershipRequest.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.
-