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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressBookData.BuilderaddressBookArn(String addressBookArn)The ARN of the address book.AddressBookData.Builderdescription(String description)The description of the address book.AddressBookData.Buildername(String name)The name of the address book.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
AddressBookData.Builder name(String 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.
-
-