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