public static interface UpdateRoomRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoomRequest.Builder,UpdateRoomRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRoomRequest.Builder |
description(String description)
The updated description for the room.
|
UpdateRoomRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateRoomRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateRoomRequest.Builder |
profileArn(String profileArn)
The updated profile ARN for the room.
|
UpdateRoomRequest.Builder |
providerCalendarId(String providerCalendarId)
The updated provider calendar ARN for the room.
|
UpdateRoomRequest.Builder |
roomArn(String roomArn)
The ARN of the room to update.
|
UpdateRoomRequest.Builder |
roomName(String roomName)
The updated name for the room.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateRoomRequest.Builder roomArn(String roomArn)
The ARN of the room to update.
roomArn - The ARN of the room to update.UpdateRoomRequest.Builder roomName(String roomName)
The updated name for the room.
roomName - The updated name for the room.UpdateRoomRequest.Builder description(String description)
The updated description for the room.
description - The updated description for the room.UpdateRoomRequest.Builder providerCalendarId(String providerCalendarId)
The updated provider calendar ARN for the room.
providerCalendarId - The updated provider calendar ARN for the room.UpdateRoomRequest.Builder profileArn(String profileArn)
The updated profile ARN for the room.
profileArn - The updated profile ARN for the room.UpdateRoomRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateRoomRequest.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.