Interface GetChannelMessageStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<GetChannelMessageStatusRequest.Builder,GetChannelMessageStatusRequest>,SdkBuilder<GetChannelMessageStatusRequest.Builder,GetChannelMessageStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetChannelMessageStatusRequest
public static interface GetChannelMessageStatusRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<GetChannelMessageStatusRequest.Builder,GetChannelMessageStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetChannelMessageStatusRequest.BuilderchannelArn(String channelArn)The ARN of the channelGetChannelMessageStatusRequest.BuilderchimeBearer(String chimeBearer)TheAppInstanceUserArnof the user making the API call.GetChannelMessageStatusRequest.BuildermessageId(String messageId)The ID of the message.GetChannelMessageStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetChannelMessageStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetChannelMessageStatusRequest.BuildersubChannelId(String subChannelId)The ID of the SubChannel in the request.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
channelArn
GetChannelMessageStatusRequest.Builder channelArn(String channelArn)
The ARN of the channel
- Parameters:
channelArn- The ARN of the channel- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageId
GetChannelMessageStatusRequest.Builder messageId(String messageId)
The ID of the message.
- Parameters:
messageId- The ID of the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeBearer
GetChannelMessageStatusRequest.Builder chimeBearer(String chimeBearer)
The
AppInstanceUserArnof the user making the API call.- Parameters:
chimeBearer- TheAppInstanceUserArnof the user making the API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subChannelId
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.
- Parameters:
subChannelId- The ID of the SubChannel in the request.Only required when getting message status in a SubChannel that the user belongs to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetChannelMessageStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetChannelMessageStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-