public static interface AddressBook.Builder extends SdkPojo, CopyableBuilder<AddressBook.Builder,AddressBook>
Modifier and Type | Method and Description |
---|---|
AddressBook.Builder |
addressBookArn(String addressBookArn)
The ARN of the address book.
|
AddressBook.Builder |
description(String description)
The description of the address book.
|
AddressBook.Builder |
name(String name)
The name of the address book.
|
copy
applyMutation, build
AddressBook.Builder addressBookArn(String addressBookArn)
The ARN of the address book.
addressBookArn
- The ARN of the address book.AddressBook.Builder name(String name)
The name of the address book.
name
- The name of the address book.AddressBook.Builder description(String description)
The description of the address book.
description
- The description of the address book.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.