Interface RedactChannelMessageResponse.Builder

    • Method Detail

      • channelArn

        RedactChannelMessageResponse.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

        RedactChannelMessageResponse.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.