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 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.
-