Interface SearchContactFlowModulesResponse.Builder

    • Method Detail

      • contactFlowModules

        SearchContactFlowModulesResponse.Builder contactFlowModules​(Collection<ContactFlowModule> contactFlowModules)

        The search criteria to be used to return contact flow modules.

        Parameters:
        contactFlowModules - The search criteria to be used to return contact flow modules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contactFlowModules

        SearchContactFlowModulesResponse.Builder contactFlowModules​(ContactFlowModule... contactFlowModules)

        The search criteria to be used to return contact flow modules.

        Parameters:
        contactFlowModules - The search criteria to be used to return contact flow modules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchContactFlowModulesResponse.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

        SearchContactFlowModulesResponse.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.