public static interface AssociateContactWithAddressBookRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<AssociateContactWithAddressBookRequest.Builder,AssociateContactWithAddressBookRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateContactWithAddressBookRequest.Builder |
addressBookArn(String addressBookArn)
The ARN of the address book with which to associate the contact.
|
AssociateContactWithAddressBookRequest.Builder |
contactArn(String contactArn)
The ARN of the contact to associate with an address book.
|
AssociateContactWithAddressBookRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateContactWithAddressBookRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateContactWithAddressBookRequest.Builder contactArn(String contactArn)
The ARN of the contact to associate with an address book.
contactArn - The ARN of the contact to associate with an address book.AssociateContactWithAddressBookRequest.Builder addressBookArn(String addressBookArn)
The ARN of the address book with which to associate the contact.
addressBookArn - The ARN of the address book with which to associate the contact.AssociateContactWithAddressBookRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateContactWithAddressBookRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.