public static interface UpdateChannelMessageRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<UpdateChannelMessageRequest.Builder,UpdateChannelMessageRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChannelMessageRequest.Builder channelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.UpdateChannelMessageRequest.Builder messageId(String messageId)
The ID string of the message being updated.
messageId - The ID string of the message being updated.UpdateChannelMessageRequest.Builder content(String content)
The content of the message being updated.
content - The content of the message being updated.UpdateChannelMessageRequest.Builder metadata(String metadata)
The metadata of the message being updated.
metadata - The metadata of the message being updated.UpdateChannelMessageRequest.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.UpdateChannelMessageRequest.Builder subChannelId(String subChannelId)
The ID of the SubChannel in the request.
Only required when updating messages in a SubChannel that the user belongs to.
subChannelId - The ID of the SubChannel in the request. Only required when updating messages in a SubChannel that the user belongs to.
UpdateChannelMessageRequest.Builder contentType(String contentType)
The content type of the channel message.
contentType - The content type of the channel message.UpdateChannelMessageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateChannelMessageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.