Interface ListPhoneNumbersResponse.Builder

    • Method Detail

      • phoneNumberSummaryList

        ListPhoneNumbersResponse.Builder phoneNumberSummaryList​(Collection<PhoneNumberSummary> phoneNumberSummaryList)

        Information about the phone numbers.

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

        ListPhoneNumbersResponse.Builder phoneNumberSummaryList​(PhoneNumberSummary... phoneNumberSummaryList)

        Information about the phone numbers.

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

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