Interface ListContactReferencesResponse.Builder

    • Method Detail

      • referenceSummaryList

        ListContactReferencesResponse.Builder referenceSummaryList​(Collection<ReferenceSummary> referenceSummaryList)

        Information about the flows.

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

        ListContactReferencesResponse.Builder referenceSummaryList​(ReferenceSummary... referenceSummaryList)

        Information about the flows.

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

        ListContactReferencesResponse.Builder nextToken​(String nextToken)

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

        This is always returned as null in the response.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.

        This is always returned as null in the response.

        Returns:
        Returns a reference to this object so that method calls can be chained together.