public static interface RegisterAvsDeviceRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<RegisterAvsDeviceRequest.Builder,RegisterAvsDeviceRequest>
Modifier and Type | Method and Description |
---|---|
RegisterAvsDeviceRequest.Builder |
amazonId(String amazonId)
The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's
Developer Console.
|
RegisterAvsDeviceRequest.Builder |
clientId(String clientId)
The client ID of the OEM used for code-based linking authorization on an AVS device.
|
RegisterAvsDeviceRequest.Builder |
deviceSerialNumber(String deviceSerialNumber)
The key generated by the OEM that uniquely identifies a specified instance of your AVS device.
|
RegisterAvsDeviceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RegisterAvsDeviceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
RegisterAvsDeviceRequest.Builder |
productId(String productId)
The product ID used to identify your AVS device during authorization.
|
RegisterAvsDeviceRequest.Builder |
userCode(String userCode)
The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device
Authorization Request component of the OAuth code-based linking specification.
|
build
overrideConfiguration
copy
applyMutation, build
RegisterAvsDeviceRequest.Builder clientId(String clientId)
The client ID of the OEM used for code-based linking authorization on an AVS device.
clientId
- The client ID of the OEM used for code-based linking authorization on an AVS device.RegisterAvsDeviceRequest.Builder userCode(String userCode)
The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device Authorization Request component of the OAuth code-based linking specification.
userCode
- The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device
Authorization Request component of the OAuth code-based linking specification.RegisterAvsDeviceRequest.Builder productId(String productId)
The product ID used to identify your AVS device during authorization.
productId
- The product ID used to identify your AVS device during authorization.RegisterAvsDeviceRequest.Builder deviceSerialNumber(String deviceSerialNumber)
The key generated by the OEM that uniquely identifies a specified instance of your AVS device.
deviceSerialNumber
- The key generated by the OEM that uniquely identifies a specified instance of your AVS device.RegisterAvsDeviceRequest.Builder amazonId(String amazonId)
The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's Developer Console.
amazonId
- The device type ID for your AVS device generated by Amazon when the OEM creates a new product on
Amazon's Developer Console.RegisterAvsDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.RegisterAvsDeviceRequest.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.