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.
|
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 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.