Interface RedactChannelMessageResponse.Builder

  • 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.
    • subChannelId

      RedactChannelMessageResponse.Builder subChannelId(String subChannelId)

      The ID of the SubChannel in the response.

      Only required when redacting messages in a SubChannel that the user belongs to.

      Parameters:
      subChannelId - The ID of the SubChannel in the response.

      Only required when redacting messages in a SubChannel that the user belongs to.

      Returns:
      Returns a reference to this object so that method calls can be chained together.