Interface AddressBookData.Builder

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

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

    • 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

      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.