public static interface RedactChannelMessageResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<RedactChannelMessageResponse.Builder,RedactChannelMessageResponse>
| Modifier and Type | Method and Description |
|---|---|
RedactChannelMessageResponse.Builder |
channelArn(String channelArn)
The ARN of the channel containing the messages that you want to redact.
|
RedactChannelMessageResponse.Builder |
messageId(String messageId)
The ID of the message being redacted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRedactChannelMessageResponse.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.RedactChannelMessageResponse.Builder messageId(String messageId)
The ID of the message being redacted.
messageId - The ID of the message being redacted.Copyright © 2022. All rights reserved.