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