Interface DescribePhoneNumbersResponse.Builder

    • Method Detail

      • phoneNumbers

        DescribePhoneNumbersResponse.Builder phoneNumbers​(Collection<PhoneNumberInformation> phoneNumbers)

        An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.

        Parameters:
        phoneNumbers - An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumbers

        DescribePhoneNumbersResponse.Builder phoneNumbers​(PhoneNumberInformation... phoneNumbers)

        An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.

        Parameters:
        phoneNumbers - An array of PhoneNumberInformation objects that contain the details for the requested phone numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribePhoneNumbersResponse.Builder nextToken​(String nextToken)

        The token to be used for the next set of paginated results. If this field is empty then there are no more results.

        Parameters:
        nextToken - The token to be used for the next set of paginated results. If this field is empty then there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.