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)
Add an optional request override configuration.
|
UpdateAddressBookRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateAddressBookRequest.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.