Interface CreateChannelBanResponse.Builder

    • Method Detail

      • channelArn

        CreateChannelBanResponse.Builder channelArn​(String channelArn)

        The ARN of the response to the ban request.

        Parameters:
        channelArn - The ARN of the response to the ban request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • member

        CreateChannelBanResponse.Builder member​(Identity member)

        The ChannelArn and BannedIdentity of the member in the ban response.

        Parameters:
        member - The ChannelArn and BannedIdentity of the member in the ban response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.