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