Interface ListChannelFlowsResponse.Builder

    • Method Detail

      • channelFlows

        ListChannelFlowsResponse.Builder channelFlows​(Collection<ChannelFlowSummary> channelFlows)

        The information about each channel flow.

        Parameters:
        channelFlows - The information about each channel flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelFlows

        ListChannelFlowsResponse.Builder channelFlows​(ChannelFlowSummary... channelFlows)

        The information about each channel flow.

        Parameters:
        channelFlows - The information about each channel flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChannelFlowsResponse.Builder nextToken​(String nextToken)

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

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