public static interface RedactChannelMessageRequest.Builder extends ChimeSdkMessagingRequest.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 ARN of the
AppInstanceUser or AppInstanceBot 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) |
RedactChannelMessageRequest.Builder |
subChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
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 ARN of the AppInstanceUser or AppInstanceBot that makes the API call.
chimeBearer - The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.RedactChannelMessageRequest.Builder subChannelId(String subChannelId)
The ID of the SubChannel in the request.
subChannelId - The ID of the SubChannel in the request.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.