Interface SendChannelMessageResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<SendChannelMessageResponse.Builder,,SendChannelMessageResponse> SdkBuilder<SendChannelMessageResponse.Builder,,SendChannelMessageResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SendChannelMessageResponse
public static interface SendChannelMessageResponse.Builder
extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<SendChannelMessageResponse.Builder,SendChannelMessageResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchannelArn(String channelArn) The ARN of the channel.The ID string assigned to each message.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 assigned to each message.
- Parameters:
messageId- The ID string assigned to each message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-