public static interface AddressBookData.Builder extends SdkPojo, CopyableBuilder<AddressBookData.Builder,AddressBookData>
Modifier and Type | Method and Description |
---|---|
AddressBookData.Builder |
addressBookArn(String addressBookArn)
The ARN of the address book.
|
AddressBookData.Builder |
description(String description)
The description of the address book.
|
AddressBookData.Builder |
name(String name)
The name of the address book.
|
copy
applyMutation, build
AddressBookData.Builder addressBookArn(String addressBookArn)
The ARN of the address book.
addressBookArn
- The ARN of the address book.AddressBookData.Builder name(String name)
The name of the address book.
name
- The name of the address book.AddressBookData.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.