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 |
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.
|
build
overrideConfiguration
copy
applyMutation, build
AssociateDeviceWithRoomRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateDeviceWithRoomRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.