@Stability(value=Stable) public static final class CfnDeviceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDeviceProps>
CfnDeviceProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDeviceProps.Builder globalNetworkId(String globalNetworkId)
CfnDeviceProps.getGlobalNetworkId()globalNetworkId - The ID of the global network. This parameter is required.this@Stability(value=Stable) public CfnDeviceProps.Builder description(String description)
CfnDeviceProps.getDescription()description - A description of the device.
Constraints: Maximum length of 256 characters.this@Stability(value=Stable) public CfnDeviceProps.Builder location(CfnDevice.LocationProperty location)
CfnDeviceProps.getLocation()location - The site location.this@Stability(value=Stable) public CfnDeviceProps.Builder location(IResolvable location)
CfnDeviceProps.getLocation()location - The site location.this@Stability(value=Stable) public CfnDeviceProps.Builder model(String model)
CfnDeviceProps.getModel()model - The model of the device.
Constraints: Maximum length of 128 characters.this@Stability(value=Stable) public CfnDeviceProps.Builder serialNumber(String serialNumber)
CfnDeviceProps.getSerialNumber()serialNumber - The serial number of the device.
Constraints: Maximum length of 128 characters.this@Stability(value=Stable) public CfnDeviceProps.Builder siteId(String siteId)
CfnDeviceProps.getSiteId()siteId - The site ID.this@Stability(value=Stable) public CfnDeviceProps.Builder tags(List<? extends CfnTag> tags)
CfnDeviceProps.getTags()tags - The tags for the device.this@Stability(value=Stable) public CfnDeviceProps.Builder type(String type)
CfnDeviceProps.getType()type - The device type.this@Stability(value=Stable) public CfnDeviceProps.Builder vendor(String vendor)
CfnDeviceProps.getVendor()vendor - The vendor of the device.
Constraints: Maximum length of 128 characters.this@Stability(value=Stable) public CfnDeviceProps build()
build in interface software.amazon.jsii.Builder<CfnDeviceProps>CfnDevicePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.