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