public static interface Device.Builder extends SdkPojo, CopyableBuilder<Device.Builder,Device>
Modifier and Type | Method and Description |
---|---|
Device.Builder |
certificateArn(String certificateArn)
The ARN of the certificate associated with the device.
|
Device.Builder |
id(String id)
A descriptive or arbitrary ID for the device.
|
Device.Builder |
syncShadow(Boolean syncShadow)
If true, the device's local shadow will be automatically synced with the cloud.
|
Device.Builder |
thingArn(String thingArn)
The thing ARN of the device.
|
copy
applyMutation, build
Device.Builder certificateArn(String certificateArn)
certificateArn
- The ARN of the certificate associated with the device.Device.Builder id(String id)
id
- A descriptive or arbitrary ID for the device. This value must be unique within the device definition
version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.Device.Builder syncShadow(Boolean syncShadow)
syncShadow
- If true, the device's local shadow will be automatically synced with the cloud.Device.Builder thingArn(String thingArn)
thingArn
- The thing ARN of the device.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.