public static interface SendChannelMessageResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<SendChannelMessageResponse.Builder,SendChannelMessageResponse>
| Modifier and Type | Method and Description |
|---|---|
SendChannelMessageResponse.Builder |
channelArn(String channelArn)
The ARN of the channel.
|
SendChannelMessageResponse.Builder |
messageId(String messageId)
The ID string assigned to each message.
|
SendChannelMessageResponse.Builder |
status(ChannelMessageStatusStructure status)
The status of the channel message.
|
default SendChannelMessageResponse.Builder |
status(Consumer<ChannelMessageStatusStructure.Builder> status)
The status of the channel message.
|
SendChannelMessageResponse.Builder |
subChannelId(String subChannelId)
The ID of the SubChannel in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendChannelMessageResponse.Builder channelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.SendChannelMessageResponse.Builder messageId(String messageId)
The ID string assigned to each message.
messageId - The ID string assigned to each message.SendChannelMessageResponse.Builder status(ChannelMessageStatusStructure status)
The status of the channel message.
status - The status of the channel message.default SendChannelMessageResponse.Builder status(Consumer<ChannelMessageStatusStructure.Builder> status)
The status of the channel message.
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)SendChannelMessageResponse.Builder subChannelId(String subChannelId)
The ID of the SubChannel in the response.
subChannelId - The ID of the SubChannel in the response.Copyright © 2022. All rights reserved.