@Stability(value=Stable) public static final class CfnCoreDefinitionVersion.CoreProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCoreDefinitionVersion.CoreProperty>
CfnCoreDefinitionVersion.CoreProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCoreDefinitionVersion.CoreProperty |
build()
Builds the configured instance.
|
CfnCoreDefinitionVersion.CoreProperty.Builder |
certificateArn(String certificateArn)
Sets the value of
CfnCoreDefinitionVersion.CoreProperty.getCertificateArn() |
CfnCoreDefinitionVersion.CoreProperty.Builder |
id(String id)
Sets the value of
CfnCoreDefinitionVersion.CoreProperty.getId() |
CfnCoreDefinitionVersion.CoreProperty.Builder |
syncShadow(Boolean syncShadow)
Sets the value of
CfnCoreDefinitionVersion.CoreProperty.getSyncShadow() |
CfnCoreDefinitionVersion.CoreProperty.Builder |
syncShadow(IResolvable syncShadow)
Sets the value of
CfnCoreDefinitionVersion.CoreProperty.getSyncShadow() |
CfnCoreDefinitionVersion.CoreProperty.Builder |
thingArn(String thingArn)
Sets the value of
CfnCoreDefinitionVersion.CoreProperty.getThingArn() |
@Stability(value=Stable) public CfnCoreDefinitionVersion.CoreProperty.Builder certificateArn(String certificateArn)
CfnCoreDefinitionVersion.CoreProperty.getCertificateArn()certificateArn - The ARN of the device certificate for the core. This parameter is required.
This X.509 certificate is used to authenticate the core with AWS IoT and AWS IoT Greengrass services.this@Stability(value=Stable) public CfnCoreDefinitionVersion.CoreProperty.Builder id(String id)
CfnCoreDefinitionVersion.CoreProperty.getId()id - A descriptive or arbitrary ID for the core. This parameter is required.
This value must be unique within the core definition version. Maximum length is 128 characters with pattern [a-zA-Z0-9:_-]+ .this@Stability(value=Stable) public CfnCoreDefinitionVersion.CoreProperty.Builder thingArn(String thingArn)
CfnCoreDefinitionVersion.CoreProperty.getThingArn()thingArn - The Amazon Resource Name (ARN) of the core, which is an AWS IoT device (thing). This parameter is required.this@Stability(value=Stable) public CfnCoreDefinitionVersion.CoreProperty.Builder syncShadow(Boolean syncShadow)
CfnCoreDefinitionVersion.CoreProperty.getSyncShadow()syncShadow - Indicates whether the core's local shadow is synced with the cloud automatically.
The default is false.this@Stability(value=Stable) public CfnCoreDefinitionVersion.CoreProperty.Builder syncShadow(IResolvable syncShadow)
CfnCoreDefinitionVersion.CoreProperty.getSyncShadow()syncShadow - Indicates whether the core's local shadow is synced with the cloud automatically.
The default is false.this@Stability(value=Stable) public CfnCoreDefinitionVersion.CoreProperty build()
build in interface software.amazon.jsii.Builder<CfnCoreDefinitionVersion.CoreProperty>CfnCoreDefinitionVersion.CorePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.