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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateAddressBookRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateAddressBookRequest.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.