public static interface AssociateDeviceWithRoomRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<AssociateDeviceWithRoomRequest.Builder,AssociateDeviceWithRoomRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateDeviceWithRoomRequest.Builder |
deviceArn(String deviceArn)
The ARN of the device to associate to a room.
|
AssociateDeviceWithRoomRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateDeviceWithRoomRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateDeviceWithRoomRequest.Builder |
roomArn(String roomArn)
The ARN of the room with which to associate the device.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateDeviceWithRoomRequest.Builder deviceArn(String deviceArn)
The ARN of the device to associate to a room. Required.
deviceArn - The ARN of the device to associate to a room. Required.AssociateDeviceWithRoomRequest.Builder roomArn(String roomArn)
The ARN of the room with which to associate the device. Required.
roomArn - The ARN of the room with which to associate the device. Required.AssociateDeviceWithRoomRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateDeviceWithRoomRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.