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