Interface GetChannelMessageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMessagingRequest.Builder,CopyableBuilder<GetChannelMessageRequest.Builder,GetChannelMessageRequest>,SdkBuilder<GetChannelMessageRequest.Builder,GetChannelMessageRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetChannelMessageRequest
public static interface GetChannelMessageRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<GetChannelMessageRequest.Builder,GetChannelMessageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetChannelMessageRequest.BuilderchannelArn(String channelArn)The ARN of the channel.GetChannelMessageRequest.BuilderchimeBearer(String chimeBearer)The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.GetChannelMessageRequest.BuildermessageId(String messageId)The ID of the message.GetChannelMessageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetChannelMessageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetChannelMessageRequest.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
GetChannelMessageRequest.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
GetChannelMessageRequest.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
GetChannelMessageRequest.Builder chimeBearer(String chimeBearer)
The ARN of the
AppInstanceUserorAppInstanceBotthat makes the API call.- Parameters:
chimeBearer- The ARN of theAppInstanceUserorAppInstanceBotthat makes the API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subChannelId
GetChannelMessageRequest.Builder subChannelId(String subChannelId)
The ID of the SubChannel in the request.
Only required when getting messages in a SubChannel that the user belongs to.
- Parameters:
subChannelId- The ID of the SubChannel in the request.Only required when getting messages in a SubChannel that the user belongs to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetChannelMessageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetChannelMessageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-