Interface UpdateChannelMessageResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<UpdateChannelMessageResponse.Builder,,UpdateChannelMessageResponse> SdkBuilder<UpdateChannelMessageResponse.Builder,,UpdateChannelMessageResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateChannelMessageResponse
public static interface UpdateChannelMessageResponse.Builder
extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<UpdateChannelMessageResponse.Builder,UpdateChannelMessageResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchannelArn(String channelArn) The ARN of the channel.The ID string of the message being updated.Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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.
-