public static interface UpdateChannelMessageResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<UpdateChannelMessageResponse.Builder,UpdateChannelMessageResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelMessageResponse.Builder |
channelArn(String channelArn)
The ARN of the channel.
|
UpdateChannelMessageResponse.Builder |
messageId(String messageId)
The ID string of the message being updated.
|
UpdateChannelMessageResponse.Builder |
status(ChannelMessageStatusStructure status)
The status of the message update.
|
default UpdateChannelMessageResponse.Builder |
status(Consumer<ChannelMessageStatusStructure.Builder> status)
The status of the message update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChannelMessageResponse.Builder channelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.UpdateChannelMessageResponse.Builder messageId(String messageId)
The ID string of the message being updated.
messageId - The ID string of the message being updated.UpdateChannelMessageResponse.Builder status(ChannelMessageStatusStructure status)
The status of the message update.
status - The status of the message update.default UpdateChannelMessageResponse.Builder status(Consumer<ChannelMessageStatusStructure.Builder> status)
The status of the message update.
This is a convenience that creates an instance of theChannelMessageStatusStructure.Builder avoiding
the need to create one manually via ChannelMessageStatusStructure.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to status(ChannelMessageStatusStructure).status - a consumer that will call methods on ChannelMessageStatusStructure.Builderstatus(ChannelMessageStatusStructure)Copyright © 2021. All rights reserved.