| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
static Device.Builder |
Device.builder() |
Device.Builder |
Device.Builder.certificateArn(String certificateArn)
The ARN of the certificate associated with the device.
|
Device.Builder |
Device.Builder.id(String id)
A descriptive or arbitrary ID for the device.
|
Device.Builder |
Device.Builder.syncShadow(Boolean syncShadow)
If true, the device's local shadow will be automatically synced with the cloud.
|
Device.Builder |
Device.Builder.thingArn(String thingArn)
The thing ARN of the device.
|
Device.Builder |
Device.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Device.Builder> |
Device.serializableBuilderClass() |
Copyright © 2020. All rights reserved.