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