CopyableBuilder<Device.Builder,Device>
, SdkBuilder<Device.Builder,Device>
public static interface Device.Builder extends CopyableBuilder<Device.Builder,Device>
Modifier and Type | Method | Description |
---|---|---|
Device.Builder |
certificateArn(String certificateArn) |
Certificate arn of the device.
|
Device.Builder |
id(String id) |
Element Id for this entry in the list.
|
Device.Builder |
syncShadow(Boolean syncShadow) |
If true, the local shadow value automatically syncs with the cloud's shadow state.
|
Device.Builder |
thingArn(String thingArn) |
Thing arn of the device.
|
copy
apply, build
Device.Builder certificateArn(String certificateArn)
certificateArn
- Certificate arn of the device.Device.Builder id(String id)
id
- Element Id for this entry in the list.Device.Builder syncShadow(Boolean syncShadow)
syncShadow
- If true, the local shadow value automatically syncs with the cloud's shadow state.Device.Builder thingArn(String thingArn)
thingArn
- Thing arn of the device.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.