Interface AddressBook.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AddressBook.Builder,,AddressBook> SdkBuilder<AddressBook.Builder,,AddressBook> SdkPojo
- Enclosing class:
AddressBook
public static interface AddressBook.Builder
extends SdkPojo, CopyableBuilder<AddressBook.Builder,AddressBook>
-
Method Summary
Modifier and TypeMethodDescriptionaddressBookArn(String addressBookArn) The ARN of the address book.description(String description) The description of the address book.The name of the address book.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-