@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 - `AWS::NetworkManager::Device.GlobalNetworkId`. This parameter is required.this@Stability(value=Stable) public CfnDeviceProps.Builder description(String description)
CfnDeviceProps.getDescription()description - `AWS::NetworkManager::Device.Description`.this@Stability(value=Stable) public CfnDeviceProps.Builder location(CfnDevice.LocationProperty location)
CfnDeviceProps.getLocation()location - `AWS::NetworkManager::Device.Location`.this@Stability(value=Stable) public CfnDeviceProps.Builder location(IResolvable location)
CfnDeviceProps.getLocation()location - `AWS::NetworkManager::Device.Location`.this@Stability(value=Stable) public CfnDeviceProps.Builder model(String model)
CfnDeviceProps.getModel()model - `AWS::NetworkManager::Device.Model`.this@Stability(value=Stable) public CfnDeviceProps.Builder serialNumber(String serialNumber)
CfnDeviceProps.getSerialNumber()serialNumber - `AWS::NetworkManager::Device.SerialNumber`.this@Stability(value=Stable) public CfnDeviceProps.Builder siteId(String siteId)
CfnDeviceProps.getSiteId()siteId - `AWS::NetworkManager::Device.SiteId`.this@Stability(value=Stable) public CfnDeviceProps.Builder tags(List<? extends CfnTag> tags)
CfnDeviceProps.getTags()tags - `AWS::NetworkManager::Device.Tags`.this@Stability(value=Stable) public CfnDeviceProps.Builder type(String type)
CfnDeviceProps.getType()type - `AWS::NetworkManager::Device.Type`.this@Stability(value=Stable) public CfnDeviceProps.Builder vendor(String vendor)
CfnDeviceProps.getVendor()vendor - `AWS::NetworkManager::Device.Vendor`.this@Stability(value=Stable) public CfnDeviceProps build()
build in interface software.amazon.jsii.Builder<CfnDeviceProps>CfnDevicePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.