Interface ListOriginationNumbersResponse.Builder

    • Method Detail

      • nextToken

        ListOriginationNumbersResponse.Builder nextToken​(String nextToken)

        A NextToken string is returned when you call the ListOriginationNumbers operation if additional pages of records are available.

        Parameters:
        nextToken - A NextToken string is returned when you call the ListOriginationNumbers operation if additional pages of records are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumbers

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

        A list of the calling account's verified and pending origination numbers.

        Parameters:
        phoneNumbers - A list of the calling account's verified and pending origination numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumbers

        ListOriginationNumbersResponse.Builder phoneNumbers​(PhoneNumberInformation... phoneNumbers)

        A list of the calling account's verified and pending origination numbers.

        Parameters:
        phoneNumbers - A list of the calling account's verified and pending origination numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.