Interface UpdateChannelMessageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeRequest.Builder,CopyableBuilder<UpdateChannelMessageRequest.Builder,UpdateChannelMessageRequest>,SdkBuilder<UpdateChannelMessageRequest.Builder,UpdateChannelMessageRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateChannelMessageRequest
public static interface UpdateChannelMessageRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<UpdateChannelMessageRequest.Builder,UpdateChannelMessageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateChannelMessageRequest.BuilderchannelArn(String channelArn)The ARN of the channel.UpdateChannelMessageRequest.BuilderchimeBearer(String chimeBearer)TheAppInstanceUserArnof the user that makes the API call.UpdateChannelMessageRequest.Buildercontent(String content)The content of the message being updated.UpdateChannelMessageRequest.BuildermessageId(String messageId)The ID string of the message being updated.UpdateChannelMessageRequest.Buildermetadata(String metadata)The metadata of the message being updated.UpdateChannelMessageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateChannelMessageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.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
UpdateChannelMessageRequest.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
UpdateChannelMessageRequest.Builder messageId(String messageId)
The ID string of the message being updated.
- Parameters:
messageId- The ID string of the message being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
UpdateChannelMessageRequest.Builder content(String content)
The content of the message being updated.
- Parameters:
content- The content of the message being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
UpdateChannelMessageRequest.Builder metadata(String metadata)
The metadata of the message being updated.
- Parameters:
metadata- The metadata of the message being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeBearer
UpdateChannelMessageRequest.Builder chimeBearer(String chimeBearer)
The
AppInstanceUserArnof the user that makes the API call.- Parameters:
chimeBearer- TheAppInstanceUserArnof the user that makes the API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateChannelMessageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateChannelMessageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-