public static interface UpdateChannelMessageRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<UpdateChannelMessageRequest.Builder,UpdateChannelMessageRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelMessageRequest.Builder |
channelArn(String channelArn)
The ARN of the channel.
|
UpdateChannelMessageRequest.Builder |
chimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
UpdateChannelMessageRequest.Builder |
content(String content)
The content of the message being updated.
|
UpdateChannelMessageRequest.Builder |
messageId(String messageId)
The ID string of the message being updated.
|
UpdateChannelMessageRequest.Builder |
metadata(String metadata)
The metadata of the message being updated.
|
UpdateChannelMessageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChannelMessageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateChannelMessageRequest.Builder |
subChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
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 AppInstanceUserArn of the user that makes the API call.
chimeBearer - The AppInstanceUserArn of the user 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateChannelMessageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.