public static interface DeviceMethod.Builder extends SdkPojo, CopyableBuilder<DeviceMethod.Builder,DeviceMethod>
Modifier and Type | Method and Description |
---|---|
DeviceMethod.Builder |
deviceType(String deviceType)
The type of the device, such as "button".
|
DeviceMethod.Builder |
methodName(String methodName)
The name of the method applicable to the deviceType.
|
copy
applyMutation, build
DeviceMethod.Builder deviceType(String deviceType)
The type of the device, such as "button".
deviceType
- The type of the device, such as "button".DeviceMethod.Builder methodName(String methodName)
The name of the method applicable to the deviceType.
methodName
- The name of the method applicable to the deviceType.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.