| Modifier and Type | Method and Description |
|---|---|
CfnDevice |
build() |
static CfnDevice.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDevice.Builder |
description(String description)
A description of the device.
|
CfnDevice.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
CfnDevice.Builder |
location(CfnDevice.LocationProperty location)
The site location.
|
CfnDevice.Builder |
location(IResolvable location)
The site location.
|
CfnDevice.Builder |
model(String model)
The model of the device.
|
CfnDevice.Builder |
serialNumber(String serialNumber)
The serial number of the device.
|
CfnDevice.Builder |
siteId(String siteId)
The site ID.
|
CfnDevice.Builder |
tags(List<? extends CfnTag> tags)
The tags for the device.
|
CfnDevice.Builder |
type(String type)
The device type.
|
CfnDevice.Builder |
vendor(String vendor)
The vendor of the device.
|
@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.LocationProperty.Builder.@Stability(value=Stable) public CfnDevice.Builder globalNetworkId(String globalNetworkId)
globalNetworkId - The ID of the global network. This parameter is required.this@Stability(value=Stable) public CfnDevice.Builder description(String description)
Constraints: Maximum length of 256 characters.
description - A description of the device. This parameter is required.this@Stability(value=Stable) public CfnDevice.Builder location(CfnDevice.LocationProperty location)
location - The site location. This parameter is required.this@Stability(value=Stable) public CfnDevice.Builder location(IResolvable location)
location - The site location. This parameter is required.this@Stability(value=Stable) public CfnDevice.Builder model(String model)
Constraints: Maximum length of 128 characters.
model - The model of the device. This parameter is required.this@Stability(value=Stable) public CfnDevice.Builder serialNumber(String serialNumber)
Constraints: Maximum length of 128 characters.
serialNumber - The serial number of the device. This parameter is required.this@Stability(value=Stable) public CfnDevice.Builder siteId(String siteId)
siteId - The site ID. This parameter is required.this@Stability(value=Stable) public CfnDevice.Builder tags(List<? extends CfnTag> tags)
tags - The tags for the device. This parameter is required.this@Stability(value=Stable) public CfnDevice.Builder type(String type)
type - The device type. This parameter is required.this@Stability(value=Stable) public CfnDevice.Builder vendor(String vendor)
Constraints: Maximum length of 128 characters.
vendor - The vendor of the device. This parameter is required.thisCopyright © 2022. All rights reserved.