Interface UpdateRoomRequest.Builder
- All Superinterfaces:
 AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRoomRequest.Builder,,UpdateRoomRequest> SdkBuilder<UpdateRoomRequest.Builder,,UpdateRoomRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateRoomRequest
public static interface UpdateRoomRequest.Builder
extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoomRequest.Builder,UpdateRoomRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The updated description for the room.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.profileArn(String profileArn) The updated profile ARN for the room.providerCalendarId(String providerCalendarId) The updated provider calendar ARN for the room.The ARN of the room to update.The updated name for the room.Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
roomArn
The ARN of the room to update.
- Parameters:
 roomArn- The ARN of the room to update.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
roomName
The updated name for the room.
- Parameters:
 roomName- The updated name for the room.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The updated description for the room.
- Parameters:
 description- The updated description for the room.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
providerCalendarId
The updated provider calendar ARN for the room.
- Parameters:
 providerCalendarId- The updated provider calendar ARN for the room.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
profileArn
The updated profile ARN for the room.
- Parameters:
 profileArn- The updated profile ARN for the room.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UpdateRoomRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateRoomRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -