Interface UpdateAddressBookRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAddressBookRequest.Builder,UpdateAddressBookRequest>,SdkBuilder<UpdateAddressBookRequest.Builder,UpdateAddressBookRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAddressBookRequest
public static interface UpdateAddressBookRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateAddressBookRequest.Builder,UpdateAddressBookRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAddressBookRequest.BuilderaddressBookArn(String addressBookArn)The ARN of the room to update.UpdateAddressBookRequest.Builderdescription(String description)The updated description of the room.UpdateAddressBookRequest.Buildername(String name)The updated name of the room.UpdateAddressBookRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAddressBookRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
addressBookArn
UpdateAddressBookRequest.Builder addressBookArn(String addressBookArn)
The ARN of the room to update.
- Parameters:
addressBookArn- The ARN of the room to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateAddressBookRequest.Builder name(String name)
The updated name of the room.
- Parameters:
name- The updated name of the room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateAddressBookRequest.Builder description(String description)
The updated description of the room.
- Parameters:
description- The updated description of the room.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAddressBookRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAddressBookRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-