Interface SearchContactFlowsResponse.Builder

    • Method Detail

      • contactFlows

        SearchContactFlowsResponse.Builder contactFlows​(Collection<ContactFlow> contactFlows)

        Information about the flows.

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

        SearchContactFlowsResponse.Builder contactFlows​(ContactFlow... contactFlows)

        Information about the flows.

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

        SearchContactFlowsResponse.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.
      • approximateTotalCount

        SearchContactFlowsResponse.Builder approximateTotalCount​(Long approximateTotalCount)

        The total number of contact flows which matched your search query.

        Parameters:
        approximateTotalCount - The total number of contact flows which matched your search query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.