@Stability(value=Stable) public static final class CfnDeviceDefinitionVersion.DeviceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeviceDefinitionVersion.DeviceProperty>
CfnDeviceDefinitionVersion.DeviceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeviceDefinitionVersion.DeviceProperty |
build()
Builds the configured instance.
|
CfnDeviceDefinitionVersion.DeviceProperty.Builder |
certificateArn(String certificateArn)
Sets the value of
CfnDeviceDefinitionVersion.DeviceProperty.getCertificateArn() |
CfnDeviceDefinitionVersion.DeviceProperty.Builder |
id(String id)
Sets the value of
CfnDeviceDefinitionVersion.DeviceProperty.getId() |
CfnDeviceDefinitionVersion.DeviceProperty.Builder |
syncShadow(Boolean syncShadow)
Sets the value of
CfnDeviceDefinitionVersion.DeviceProperty.getSyncShadow() |
CfnDeviceDefinitionVersion.DeviceProperty.Builder |
syncShadow(IResolvable syncShadow)
Sets the value of
CfnDeviceDefinitionVersion.DeviceProperty.getSyncShadow() |
CfnDeviceDefinitionVersion.DeviceProperty.Builder |
thingArn(String thingArn)
Sets the value of
CfnDeviceDefinitionVersion.DeviceProperty.getThingArn() |
@Stability(value=Stable) public CfnDeviceDefinitionVersion.DeviceProperty.Builder certificateArn(String certificateArn)
CfnDeviceDefinitionVersion.DeviceProperty.getCertificateArn()certificateArn - `CfnDeviceDefinitionVersion.DeviceProperty.CertificateArn`. This parameter is required.this@Stability(value=Stable) public CfnDeviceDefinitionVersion.DeviceProperty.Builder id(String id)
CfnDeviceDefinitionVersion.DeviceProperty.getId()id - `CfnDeviceDefinitionVersion.DeviceProperty.Id`. This parameter is required.this@Stability(value=Stable) public CfnDeviceDefinitionVersion.DeviceProperty.Builder thingArn(String thingArn)
CfnDeviceDefinitionVersion.DeviceProperty.getThingArn()thingArn - `CfnDeviceDefinitionVersion.DeviceProperty.ThingArn`. This parameter is required.this@Stability(value=Stable) public CfnDeviceDefinitionVersion.DeviceProperty.Builder syncShadow(Boolean syncShadow)
CfnDeviceDefinitionVersion.DeviceProperty.getSyncShadow()syncShadow - `CfnDeviceDefinitionVersion.DeviceProperty.SyncShadow`.this@Stability(value=Stable) public CfnDeviceDefinitionVersion.DeviceProperty.Builder syncShadow(IResolvable syncShadow)
CfnDeviceDefinitionVersion.DeviceProperty.getSyncShadow()syncShadow - `CfnDeviceDefinitionVersion.DeviceProperty.SyncShadow`.this@Stability(value=Stable) public CfnDeviceDefinitionVersion.DeviceProperty build()
build in interface software.amazon.jsii.Builder<CfnDeviceDefinitionVersion.DeviceProperty>CfnDeviceDefinitionVersion.DevicePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.