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)
Add an optional request override configuration.
|
AssociateDeviceWithRoomRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateDeviceWithRoomRequest.Builder |
roomArn(String roomArn)
The ARN of the room with which to associate the device.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateDeviceWithRoomRequest.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.