Interface ContactList.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ContactList.Builder,ContactList>, SdkBuilder<ContactList.Builder,ContactList>, SdkPojo
Enclosing class:
ContactList

public static interface ContactList.Builder extends SdkPojo, CopyableBuilder<ContactList.Builder,ContactList>
  • Method Details

    • 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.