Interface ListContactFlowsResponse.Builder

    • Method Detail

      • contactFlowSummaryList

        ListContactFlowsResponse.Builder contactFlowSummaryList​(Collection<ContactFlowSummary> contactFlowSummaryList)

        Information about the flows.

        Parameters:
        contactFlowSummaryList - Information about the flows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactFlowSummaryList

        ListContactFlowsResponse.Builder contactFlowSummaryList​(ContactFlowSummary... contactFlowSummaryList)

        Information about the flows.

        Parameters:
        contactFlowSummaryList - Information about the flows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListContactFlowsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.