@Stability(value=Stable) public static final class CfnDeviceDefinitionVersion.Builder extends Object implements software.amazon.jsii.Builder<CfnDeviceDefinitionVersion>
CfnDeviceDefinitionVersion.| Modifier and Type | Method and Description |
|---|---|
CfnDeviceDefinitionVersion |
build() |
static CfnDeviceDefinitionVersion.Builder |
create(Construct scope,
String id) |
CfnDeviceDefinitionVersion.Builder |
deviceDefinitionId(String deviceDefinitionId)
The ID of the device definition associated with this version.
|
CfnDeviceDefinitionVersion.Builder |
devices(IResolvable devices)
The devices in this version.
|
CfnDeviceDefinitionVersion.Builder |
devices(List<? extends Object> devices)
The devices in this version.
|
@Stability(value=Stable) public static CfnDeviceDefinitionVersion.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDeviceDefinitionVersion.DeviceProperty.Builder.@Stability(value=Stable) public CfnDeviceDefinitionVersion.Builder deviceDefinitionId(String deviceDefinitionId)
This value is a GUID.
deviceDefinitionId - The ID of the device definition associated with this version. This parameter is required.this@Stability(value=Stable) public CfnDeviceDefinitionVersion.Builder devices(IResolvable devices)
devices - The devices in this version. This parameter is required.this@Stability(value=Stable) public CfnDeviceDefinitionVersion.Builder devices(List<? extends Object> devices)
devices - The devices in this version. This parameter is required.this@Stability(value=Stable) public CfnDeviceDefinitionVersion build()
build in interface software.amazon.jsii.Builder<CfnDeviceDefinitionVersion>Copyright © 2022. All rights reserved.