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)
Add an optional request override configuration.
|
AssociateContactWithAddressBookRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateContactWithAddressBookRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.