public static interface GetChannelMessageStatusRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<GetChannelMessageStatusRequest.Builder,GetChannelMessageStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
GetChannelMessageStatusRequest.Builder |
channelArn(String channelArn)
The ARN of the channel
|
GetChannelMessageStatusRequest.Builder |
chimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user making the API call. |
GetChannelMessageStatusRequest.Builder |
messageId(String messageId)
The ID of the message.
|
GetChannelMessageStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetChannelMessageStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetChannelMessageStatusRequest.Builder |
subChannelId(String subChannelId)
The ID of the SubChannel in the request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetChannelMessageStatusRequest.Builder channelArn(String channelArn)
The ARN of the channel
channelArn - The ARN of the channelGetChannelMessageStatusRequest.Builder messageId(String messageId)
The ID of the message.
messageId - The ID of the message.GetChannelMessageStatusRequest.Builder chimeBearer(String chimeBearer)
The AppInstanceUserArn of the user making the API call.
chimeBearer - The AppInstanceUserArn of the user making the API call.GetChannelMessageStatusRequest.Builder subChannelId(String subChannelId)
The ID of the SubChannel in the request.
Only required when getting message status in a SubChannel that the user belongs to.
subChannelId - The ID of the SubChannel in the request. Only required when getting message status in a SubChannel that the user belongs to.
GetChannelMessageStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetChannelMessageStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.