public static interface RedactChannelMessageRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<RedactChannelMessageRequest.Builder,RedactChannelMessageRequest>
| Modifier and Type | Method and Description |
|---|---|
RedactChannelMessageRequest.Builder |
channelArn(String channelArn)
The ARN of the channel containing the messages that you want to redact.
|
RedactChannelMessageRequest.Builder |
chimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
RedactChannelMessageRequest.Builder |
messageId(String messageId)
The ID of the message being redacted.
|
RedactChannelMessageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RedactChannelMessageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRedactChannelMessageRequest.Builder channelArn(String channelArn)
The ARN of the channel containing the messages that you want to redact.
channelArn - The ARN of the channel containing the messages that you want to redact.RedactChannelMessageRequest.Builder messageId(String messageId)
The ID of the message being redacted.
messageId - The ID of the message being redacted.RedactChannelMessageRequest.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.RedactChannelMessageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRedactChannelMessageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.