Interface RedactChannelMessageResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, ChimeResponse.Builder, CopyableBuilder<RedactChannelMessageResponse.Builder,RedactChannelMessageResponse>, SdkBuilder<RedactChannelMessageResponse.Builder,RedactChannelMessageResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
RedactChannelMessageResponse

public static interface RedactChannelMessageResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<RedactChannelMessageResponse.Builder,RedactChannelMessageResponse>
  • Method Details

    • 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

      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.