Interface BatchDeletePhoneNumberResponse.Builder

    • Method Detail

      • phoneNumberErrors

        BatchDeletePhoneNumberResponse.Builder phoneNumberErrors​(Collection<PhoneNumberError> phoneNumberErrors)

        If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.

        Parameters:
        phoneNumberErrors - If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumberErrors

        BatchDeletePhoneNumberResponse.Builder phoneNumberErrors​(PhoneNumberError... phoneNumberErrors)

        If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.

        Parameters:
        phoneNumberErrors - If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.