Interface ContactList.Builder

    • Method Detail

      • contactListName

        ContactList.Builder contactListName​(String contactListName)

        The name of the contact list.

        Parameters:
        contactListName - The name of the contact list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTimestamp

        ContactList.Builder lastUpdatedTimestamp​(Instant lastUpdatedTimestamp)

        A timestamp noting the last time the contact list was updated.

        Parameters:
        lastUpdatedTimestamp - A timestamp noting the last time the contact list was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.