Interface AddressBookData.Builder

    • Method Detail

      • addressBookArn

        AddressBookData.Builder addressBookArn​(String addressBookArn)

        The ARN of the address book.

        Parameters:
        addressBookArn - The ARN of the address book.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AddressBookData.Builder name​(String name)

        The name of the address book.

        Parameters:
        name - The name of the address book.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        AddressBookData.Builder description​(String description)

        The description of the address book.

        Parameters:
        description - The description of the address book.
        Returns:
        Returns a reference to this object so that method calls can be chained together.