Modifier and Type | Method and Description |
---|---|
CfnDevice |
build() |
static CfnDevice.Builder |
create(Construct scope,
java.lang.String id) |
CfnDevice.Builder |
deviceId(java.lang.String deviceId)
The ID of the device, such as `G030PX0312744DWM` .
|
CfnDevice.Builder |
enabled(java.lang.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` ).
|
public static CfnDevice.Builder create(Construct scope, java.lang.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
.public CfnDevice.Builder deviceId(java.lang.String deviceId)
deviceId
- The ID of the device, such as `G030PX0312744DWM` . This parameter is required.this
public CfnDevice.Builder enabled(java.lang.Boolean enabled)
enabled
- A Boolean value indicating whether the device is enabled ( `true` ) or not ( `false` ). This parameter is required.this
public CfnDevice.Builder enabled(IResolvable enabled)
enabled
- A Boolean value indicating whether the device is enabled ( `true` ) or not ( `false` ). This parameter is required.this
public CfnDevice build()