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