Interface AssociateDeviceWithRoomRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<AssociateDeviceWithRoomRequest.Builder,AssociateDeviceWithRoomRequest>,SdkBuilder<AssociateDeviceWithRoomRequest.Builder,AssociateDeviceWithRoomRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateDeviceWithRoomRequest
public static interface AssociateDeviceWithRoomRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<AssociateDeviceWithRoomRequest.Builder,AssociateDeviceWithRoomRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateDeviceWithRoomRequest.BuilderdeviceArn(String deviceArn)The ARN of the device to associate to a room.AssociateDeviceWithRoomRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateDeviceWithRoomRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateDeviceWithRoomRequest.BuilderroomArn(String roomArn)The ARN of the room with which to associate the device.-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
deviceArn
AssociateDeviceWithRoomRequest.Builder deviceArn(String deviceArn)
The ARN of the device to associate to a room. Required.
- Parameters:
deviceArn- The ARN of the device to associate to a room. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roomArn
AssociateDeviceWithRoomRequest.Builder roomArn(String roomArn)
The ARN of the room with which to associate the device. Required.
- Parameters:
roomArn- The ARN of the room with which to associate the device. Required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateDeviceWithRoomRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateDeviceWithRoomRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-