@Stability(value=Stable) public static final class CfnDevice.DeviceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDevice.DeviceProperty>
CfnDevice.DeviceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDevice.DeviceProperty |
build()
Builds the configured instance.
|
CfnDevice.DeviceProperty.Builder |
description(String description)
Sets the value of
CfnDevice.DeviceProperty.getDescription() |
CfnDevice.DeviceProperty.Builder |
deviceName(String deviceName)
Sets the value of
CfnDevice.DeviceProperty.getDeviceName() |
CfnDevice.DeviceProperty.Builder |
iotThingName(String iotThingName)
Sets the value of
CfnDevice.DeviceProperty.getIotThingName() |
@Stability(value=Stable) public CfnDevice.DeviceProperty.Builder deviceName(String deviceName)
CfnDevice.DeviceProperty.getDeviceName()deviceName - The name of the device. This parameter is required.this@Stability(value=Stable) public CfnDevice.DeviceProperty.Builder description(String description)
CfnDevice.DeviceProperty.getDescription()description - Description of the device.this@Stability(value=Stable) public CfnDevice.DeviceProperty.Builder iotThingName(String iotThingName)
CfnDevice.DeviceProperty.getIotThingName()iotThingName - AWS Internet of Things (IoT) object name.this@Stability(value=Stable) public CfnDevice.DeviceProperty build()
build in interface software.amazon.jsii.Builder<CfnDevice.DeviceProperty>CfnDevice.DevicePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.