public abstract static class IotParam.Builder
extends java.lang.Object
IotParam.Builder abstract class allows the user to create and return an
IotParam object. For example, | Modifier and Type | Method and Description |
|---|---|
abstract IotParam |
build()
Builds the
IotParam object that is used to wrap various properties related to the
parameter surrounding addition of a new IoT device to a user account. |
abstract IotParam.Builder |
iotId(java.lang.String iotId)
|
abstract IotParam.Builder |
iotName(java.lang.String iotName)
|
public abstract IotParam.Builder iotId(java.lang.String iotId)
iotId - the identification number of the IoT deviceIotParam.Builder for the IotParam.iotId() component of the
IotParam object.public abstract IotParam.Builder iotName(java.lang.String iotName)
iotName - the name of the IoT deviceIotParam.Builder for the IotParam.iotName() component of the
IotParam object.public abstract IotParam build()
IotParam object that is used to wrap various properties related to the
parameter surrounding addition of a new IoT device to a user account.IotParam object that is used to wrap various properties related to
the parameter surrounding addition of a new IoT device to a user account.