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