Interface Device.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Device.Builder,,Device> SdkBuilder<Device.Builder,,Device> SdkPojo
- Enclosing class:
 Device
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) Description of the device.deviceName(String deviceName) The name of the device.iotThingName(String iotThingName) Amazon Web Services Internet of Things (IoT) object name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
deviceName
The name of the device.
- Parameters:
 deviceName- The name of the device.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
Description of the device.
- Parameters:
 description- Description of the device.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
iotThingName
Amazon Web Services Internet of Things (IoT) object name.
- Parameters:
 iotThingName- Amazon Web Services Internet of Things (IoT) object name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -