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.
|
UpdateChannelMessageResponse.Builder |
subChannelId(String subChannelId)
The ID of the SubChannel in the response.
|
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 method 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)UpdateChannelMessageResponse.Builder subChannelId(String subChannelId)
The ID of the SubChannel in the response.
subChannelId - The ID of the SubChannel in the response.Copyright © 2023. All rights reserved.