| Modifier and Type | Method and Description |
|---|---|
CfnDevice |
build() |
static CfnDevice.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDevice.Builder |
deviceId(String deviceId)
The ID of the device, such as `G030PX0312744DWM` .
|
CfnDevice.Builder |
enabled(Boolean enabled)
A Boolean value indicating whether the device is enabled ( `true` ) or not ( `false` ).
|
CfnDevice.Builder |
enabled(IResolvable enabled)
A Boolean value indicating whether the device is enabled ( `true` ) or not ( `false` ).
|
@Stability(value=Stable) public static CfnDevice.Builder create(software.constructs.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.CfnDevice.Builder.@Stability(value=Stable) public CfnDevice.Builder deviceId(String deviceId)
deviceId - The ID of the device, such as `G030PX0312744DWM` . This parameter is required.this@Stability(value=Stable) public CfnDevice.Builder enabled(Boolean enabled)
enabled - A Boolean value indicating whether the device is enabled ( `true` ) or not ( `false` ). This parameter is required.this@Stability(value=Stable) public CfnDevice.Builder enabled(IResolvable enabled)
enabled - A Boolean value indicating whether the device is enabled ( `true` ) or not ( `false` ). This parameter is required.thisCopyright © 2022. All rights reserved.