public static interface DeviceTemplate.Builder extends SdkPojo, CopyableBuilder<DeviceTemplate.Builder,DeviceTemplate>
Modifier and Type | Method and Description |
---|---|
DeviceTemplate.Builder |
callbackOverrides(Map<String,String> callbackOverrides)
An optional Lambda function to invoke instead of the default Lambda function provided by the placement
template.
|
DeviceTemplate.Builder |
deviceType(String deviceType)
The device type, which currently must be
"button" . |
copy
applyMutation, build
DeviceTemplate.Builder deviceType(String deviceType)
The device type, which currently must be "button"
.
deviceType
- The device type, which currently must be "button"
.DeviceTemplate.Builder callbackOverrides(Map<String,String> callbackOverrides)
An optional Lambda function to invoke instead of the default Lambda function provided by the placement template.
callbackOverrides
- An optional Lambda function to invoke instead of the default Lambda function provided by the placement
template.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.