Interface ListChannelBansResponse.Builder

    • Method Detail

      • channelArn

        ListChannelBansResponse.Builder channelArn​(String channelArn)

        The ARN of the channel.

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

        ListChannelBansResponse.Builder nextToken​(String nextToken)

        The token passed by previous API calls until all requested bans are returned.

        Parameters:
        nextToken - The token passed by previous API calls until all requested bans are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelBans

        ListChannelBansResponse.Builder channelBans​(Collection<ChannelBanSummary> channelBans)

        The information for each requested ban.

        Parameters:
        channelBans - The information for each requested ban.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelBans

        ListChannelBansResponse.Builder channelBans​(ChannelBanSummary... channelBans)

        The information for each requested ban.

        Parameters:
        channelBans - The information for each requested ban.
        Returns:
        Returns a reference to this object so that method calls can be chained together.