public static interface UpdateAddressBookRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateAddressBookRequest.Builder,UpdateAddressBookRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAddressBookRequest.Builder |
addressBookArn(String addressBookArn)
The ARN of the room to update.
|
UpdateAddressBookRequest.Builder |
description(String description)
The updated description of the room.
|
UpdateAddressBookRequest.Builder |
name(String name)
The updated name of the room.
|
UpdateAddressBookRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAddressBookRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAddressBookRequest.Builder addressBookArn(String addressBookArn)
The ARN of the room to update.
addressBookArn - The ARN of the room to update.UpdateAddressBookRequest.Builder name(String name)
The updated name of the room.
name - The updated name of the room.UpdateAddressBookRequest.Builder description(String description)
The updated description of the room.
description - The updated description of the room.UpdateAddressBookRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAddressBookRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.