public static interface GetChannelMessageStatusResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<GetChannelMessageStatusResponse.Builder,GetChannelMessageStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetChannelMessageStatusResponse.Builder |
status(ChannelMessageStatusStructure status)
The message status and details.
|
default GetChannelMessageStatusResponse.Builder |
status(Consumer<ChannelMessageStatusStructure.Builder> status)
The message status and details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetChannelMessageStatusResponse.Builder status(ChannelMessageStatusStructure status)
The message status and details.
status - The message status and details.default GetChannelMessageStatusResponse.Builder status(Consumer<ChannelMessageStatusStructure.Builder> status)
The message status and details.
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)Copyright © 2022. All rights reserved.