public static interface UpdateRoomRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<UpdateRoomRequest.Builder,UpdateRoomRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRoomRequest.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
UpdateRoomRequest.Builder |
name(String name)
The room name.
|
UpdateRoomRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRoomRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRoomRequest.Builder |
roomId(String roomId)
The room ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRoomRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.UpdateRoomRequest.Builder roomId(String roomId)
The room ID.
roomId - The room ID.UpdateRoomRequest.Builder name(String name)
The room name.
name - The room name.UpdateRoomRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRoomRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.