Interface ListChannelsResponse.Builder

    • Method Detail

      • items

        ListChannelsResponse.Builder items​(Collection<Channel> items)

        A list of channels that are associated with this account.

        Parameters:
        items - A list of channels that are associated with this account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListChannelsResponse.Builder items​(Channel... items)

        A list of channels that are associated with this account.

        Parameters:
        items - A list of channels that are associated with this account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChannelsResponse.Builder nextToken​(String nextToken)

        Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

        Parameters:
        nextToken - Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.