public static interface DeleteChannelBanRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<DeleteChannelBanRequest.Builder,DeleteChannelBanRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteChannelBanRequest.Builder |
channelArn(String channelArn)
The ARN of the channel from which the
AppInstanceUser was banned. |
DeleteChannelBanRequest.Builder |
chimeBearer(String chimeBearer)
The ARN of the
AppInstanceUser or AppInstanceBot that makes the API call. |
DeleteChannelBanRequest.Builder |
memberArn(String memberArn)
The ARN of the
AppInstanceUser that you want to reinstate. |
DeleteChannelBanRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteChannelBanRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteChannelBanRequest.Builder channelArn(String channelArn)
The ARN of the channel from which the AppInstanceUser was banned.
channelArn - The ARN of the channel from which the AppInstanceUser was banned.DeleteChannelBanRequest.Builder memberArn(String memberArn)
The ARN of the AppInstanceUser that you want to reinstate.
memberArn - The ARN of the AppInstanceUser that you want to reinstate.DeleteChannelBanRequest.Builder chimeBearer(String chimeBearer)
The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.
chimeBearer - The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.DeleteChannelBanRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteChannelBanRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.