public static interface AssociateDeviceWithRoomRequest.Builder extends AlexaForBusinessRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AssociateDeviceWithRoomRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateDeviceWithRoomRequest.Builder |
roomArn(String roomArn)
The ARN of the room with which to associate the device.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AssociateDeviceWithRoomRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.