Interface UpdateContactRequest.Builder

    • Method Detail

      • contactArn

        UpdateContactRequest.Builder contactArn​(String contactArn)

        The ARN of the contact to update.

        Parameters:
        contactArn - The ARN of the contact to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        UpdateContactRequest.Builder displayName​(String displayName)

        The updated display name of the contact.

        Parameters:
        displayName - The updated display name of the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • firstName

        UpdateContactRequest.Builder firstName​(String firstName)

        The updated first name of the contact.

        Parameters:
        firstName - The updated first name of the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastName

        UpdateContactRequest.Builder lastName​(String lastName)

        The updated last name of the contact.

        Parameters:
        lastName - The updated last name of the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumber

        UpdateContactRequest.Builder phoneNumber​(String phoneNumber)

        The updated phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.

        Parameters:
        phoneNumber - The updated phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumbers

        UpdateContactRequest.Builder phoneNumbers​(Collection<PhoneNumber> phoneNumbers)

        The list of phone numbers for the contact.

        Parameters:
        phoneNumbers - The list of phone numbers for the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • phoneNumbers

        UpdateContactRequest.Builder phoneNumbers​(PhoneNumber... phoneNumbers)

        The list of phone numbers for the contact.

        Parameters:
        phoneNumbers - The list of phone numbers for the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sipAddresses

        UpdateContactRequest.Builder sipAddresses​(Collection<SipAddress> sipAddresses)

        The list of SIP addresses for the contact.

        Parameters:
        sipAddresses - The list of SIP addresses for the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sipAddresses

        UpdateContactRequest.Builder sipAddresses​(SipAddress... sipAddresses)

        The list of SIP addresses for the contact.

        Parameters:
        sipAddresses - The list of SIP addresses for the contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.