public static interface DeleteChannelMembershipRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<DeleteChannelMembershipRequest.Builder,DeleteChannelMembershipRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteChannelMembershipRequest.Builder |
channelArn(String channelArn)
The ARN of the channel from which you want to remove the user.
|
DeleteChannelMembershipRequest.Builder |
chimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
DeleteChannelMembershipRequest.Builder |
memberArn(String memberArn)
The ARN of the member that you're removing from the channel.
|
DeleteChannelMembershipRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteChannelMembershipRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteChannelMembershipRequest.Builder channelArn(String channelArn)
The ARN of the channel from which you want to remove the user.
channelArn - The ARN of the channel from which you want to remove the user.DeleteChannelMembershipRequest.Builder memberArn(String memberArn)
The ARN of the member that you're removing from the channel.
memberArn - The ARN of the member that you're removing from the channel.DeleteChannelMembershipRequest.Builder chimeBearer(String chimeBearer)
The AppInstanceUserArn of the user that makes the API call.
chimeBearer - The AppInstanceUserArn of the user that makes the API call.DeleteChannelMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteChannelMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.